From 6995421e247154f0b83c5398ee215afd8ab98a2a Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Tue, 29 Mar 2016 20:56:14 +0200 Subject: [PATCH] llvm: don't delete LLVMHello. This breaks the .cmake file else. --- srcpkgs/llvm/template | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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