
6 Dec
2011
6 Dec
'11
03:11
On Monday 05 December 2011 20:30:29 Greg Freemyer wrote:
%__perl -i -n -e \ 'print unless m,%{_bindir}/exiftool(\.1.*)?,' \ "%{name}.files"
[...]
cheers -- -o) Pascal Bleser
Thanks, but that's not it. (I just tried it.)
You're looking for a man page in %{_bindir}, I don't think that's going to work. Your sed command sed -i '/\/exiftool$/d;/\/exiftool.1\(.gz\)\?/d;' %{name}.files looks like it should work. Interesting that it doesn't Anders -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org