Adjusted patcher of Makefile.in for GNU xorriso

This commit is contained in:
Thomas Schmitt 2010-02-28 17:01:05 +00:00
parent 78fc4007ba
commit a2a778c72f
1 changed files with 2 additions and 3 deletions

View File

@ -272,9 +272,8 @@ rm -r ./autom4te.cache
if test "$create_gnu_xorriso" = "yes"
then
# ftp-upload@gnu.org dislikes my automake 1.9 and its chmod a+rwx
sed -e 's/by automake 1.9.6/by automake 1.11.1/' \
-e 's/-perm -777 -exec chmod a+rwx/-perm -755 -exec chmod u+rwx,go+rx/' \
# ftp-upload@gnu.org rejects Makefile.in with a dangerous chmod on make dist
sed -e 's/-perm -777 -exec chmod a+rwx/-perm -755 -exec chmod u+rwx,go+rx/' \
< Makefile.in > new_Makefile.in
mv new_Makefile.in Makefile.in