wok-stable diff binutils/receipt @ rev 12367

clamtk: fix genpkg_rules (thanks ernia)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jan 02 14:24:30 2013 +0100 (2013-01-02)
parents 09aa2ebe8973
children
line diff
     1.1 --- a/binutils/receipt	Wed May 25 06:51:14 2011 +0000
     1.2 +++ b/binutils/receipt	Wed Jan 02 14:24:30 2013 +0100
     1.3 @@ -40,7 +40,7 @@
     1.4  	make &&
     1.5  	make install &&
     1.6  	make -C ld clean &&
     1.7 -	make -C ld LIB_PATH=/usr/lib:/lib 
     1.8 +	make -C ld LIB_PATH=/usr/lib:/lib
     1.9  	} || return 1
    1.10  	cp ld/ld-new /tools/bin
    1.11  }
    1.12 @@ -75,14 +75,14 @@
    1.13  	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.14  	cp -a $_pkg/usr/lib/*.a $fs/usr/lib
    1.15  	cp -a $_pkg/usr/include $fs/usr
    1.16 -	
    1.17 +
    1.18  	# libiberty.h
    1.19  	cp -a $src/include/libiberty.h $fs/usr/include
    1.20 -	
    1.21 +
    1.22  	# Remove 'strings' (Busybox).
    1.23  	#rm $fs/usr/lib/libiberty.a
    1.24  	rm $fs/usr/bin/strings $fs/usr/bin/*-strings
    1.25 -	
    1.26 +
    1.27  	# Remove build directory (cookutils and tazwok path).
    1.28  	rm -rf $WOK/$PACKAGE/source/$PACKAGE-build
    1.29  	rm -rf $WOK/$PACKAGE/$PACKAGE-build