24 Jan
2008
24 Jan
'08
4:40 p.m.
On Jan 24, 2008 6:14 AM, Travis Willard <travis@archlinux.org> wrote:
This feels more like pacman-dev material - forwarded there.
Thanks Travis.
---------- Forwarded message ---------- From: Mark Constable <markc@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?