llvm: don't delete LLVMHello.

This breaks the .cmake file else.
This commit is contained in:
Christian Neukirchen 2016-03-29 20:56:14 +02:00
parent 0c8a982651
commit 6995421e24

View file

@ -1,7 +1,7 @@
# Template file for 'llvm'
pkgname=llvm
version=3.8.0
revision=1
revision=2
wrksrc="llvm-${version}.src"
lib32disabled=yes
build_style=cmake
@ -141,9 +141,6 @@ do_install() {
# Fix permissions of static libs
chmod -x ${DESTDIR}/usr/lib/*.a
# Get rid of example Hello transformation
rm ${DESTDIR}/usr/lib/*LLVMHello.*
# Required for multilib.
if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
for _header in llvm-config; do