rust-llvm: combine do_install_append()

There were two different do_install_append()'s and they didn't check for
errors so this improves that situation.
This commit is contained in:
Doug Goldstein
2016-04-04 16:28:50 -05:00
parent 7585581323
commit 43aa07a88a
2 changed files with 4 additions and 10 deletions
-6
View File
@@ -1,9 +1,3 @@
require rust-llvm.inc
LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=4c0bc17c954e99fd547528d938832bfa"
do_install_append () {
cd "${B}"
install -d "${D}${bindir}"
install -m755 "Release/bin/FileCheck" "${D}${bindir}"
}