diff --git a/srcpkgs/llvm/template b/srcpkgs/llvm/template index 4fe677a39bd..28e0c31adb7 100644 --- a/srcpkgs/llvm/template +++ b/srcpkgs/llvm/template @@ -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