Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-g2.git;a=commitdiff;h=ba4e62986cacd04245035fa1412417e98ff84f32
commit ba4e62986cacd04245035fa1412417e98ff84f32 Author: Michel Hermier <[email protected]> Date: Tue Nov 20 07:50:02 2012 +0100 scripts/makepkg * Remove old strip_pkg invocation code. diff --git a/scripts/makepkg b/scripts/makepkg index d326359..19797f9 100755 --- a/scripts/makepkg +++ b/scripts/makepkg @@ -1863,19 +1863,6 @@ for d in $startdir/{pkg,pkg.*} ; do done done -# strip binaries -strip_pkg $pkgname -if [ -n "$subpkgs" ]; then - i=0 - for subpkg in "${subpkgs[@]}" - do - unset options - options="${suboptions[$i]}" - strip_pkg $subpkg - i=$(($i+1)) - done -fi - # get some package meta info builddate=`LC_ALL= ; LANG= ; date -u "+%a %b %e %H:%M:%S %Y"` if [ "$INCHROOT" != "1" ]; then _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
