[pacman-dev] Fwd: [arch-general] makepkg not stripping bin/libs

Travis Willard travis at archlinux.org
Thu Jan 24 07:14:50 EST 2008


This feels more like pacman-dev material - forwarded there.


---------- Forwarded message ----------
From: Mark Constable <markc at renta.net>
Date: Jan 24, 2008 6:58 AM
Subject: [arch-general] makepkg not stripping bin/libs
To: General Discusson about Arch Linux <arch-general at archlinux.org>


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 pacman-dev mailing list