makepkg not stripping bin/libs

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



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



[Index of Archives]     [Linux Wireless]     [Linux Kernel]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Share Photos]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]
  Powered by Linux