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

Aaron Griffin aaronmgriffin at gmail.com
Thu Jan 24 11:40:15 EST 2008


On Jan 24, 2008 6:14 AM, Travis Willard <travis at archlinux.org> wrote:
> This feels more like pacman-dev material - forwarded there.

Thanks Travis.

> ---------- Forwarded message ----------
> From: Mark Constable <markc at renta.net>
>
> 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)...

Could you please explain why this will "never work". It makes complete
sense to me.

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

First question: is -regex portable?




More information about the pacman-dev mailing list