fix lib directory for 'CGI' in %install section.
This commit is contained in:
parent
34e870b0d3
commit
87dc402003
@ -390,7 +390,7 @@ find $RPM_BUILD_ROOT -name '*NDBM*' | xargs rm -rfv
|
|||||||
find $RPM_BUILD_ROOT -type f -name '*.bs' -a -empty -exec rm -f {} ';'
|
find $RPM_BUILD_ROOT -type f -name '*.bs' -a -empty -exec rm -f {} ';'
|
||||||
|
|
||||||
# Cleanup binary paths and make cgi files executable
|
# Cleanup binary paths and make cgi files executable
|
||||||
pushd $RPM_BUILD_ROOT%{_libdir}/perl5/%{version}/CGI/eg/
|
pushd $RPM_BUILD_ROOT/usr/lib/perl5/%{version}/CGI/eg/
|
||||||
for i in *.cgi make_links.pl RunMeFirst ; do
|
for i in *.cgi make_links.pl RunMeFirst ; do
|
||||||
sed -i 's|/usr/local/bin/perl|/usr/bin/perl|g' $i
|
sed -i 's|/usr/local/bin/perl|/usr/bin/perl|g' $i
|
||||||
chmod +x $i
|
chmod +x $i
|
||||||
|
Loading…
Reference in New Issue
Block a user