Remove useless in-place edit flag in perl filter invocation

This commit is contained in:
Paul Howarth 2014-01-15 11:05:33 +00:00
parent d69cd7444f
commit bfaf026240

View File

@ -1,5 +1,5 @@
# Only need manual requires for "use base XXX;" prior to rpm 4.9
%global rpm49 %(rpm --version | perl -pi -e 's/^.* (\\d+)\\.(\\d+).*/sprintf("%d.%03d",$1,$2) ge 4.009 ? 1 : 0/e')
%global rpm49 %(rpm --version | perl -p -e 's/^.* (\\d+)\\.(\\d+).*/sprintf("%d.%03d",$1,$2) ge 4.009 ? 1 : 0/e')
Name: perl-Sub-Name
Version: 0.05