[arch-general] makepkg not stripping bin/libs

Mark Constable markc at renta.net
Thu Jan 24 06:58:05 EST 2008


makegpkg 3.1.1 line ~752 has this...

 find {,usr/{,local/},opt/}{bin,lib,sbin} -type f

and I can't see how that will ever work, and it doesn't
for me, however this does work (for me)...

 find -regex ".+/bin/.+" -o -regex ".+/lib/.+" -o -regex ".+/sbin/.+" -type f

I recently rebuilt kdemod4 and it ended up being 1.9Gb
whereas it should have been around >400Mb.

--markc




More information about the arch-general mailing list