Adjusted patcher of Makefile.in for GNU xorriso
This commit is contained in:
parent
21e7e36351
commit
81fcd56909
@ -272,9 +272,8 @@ rm -r ./autom4te.cache
|
|||||||
|
|
||||||
if test "$create_gnu_xorriso" = "yes"
|
if test "$create_gnu_xorriso" = "yes"
|
||||||
then
|
then
|
||||||
# ftp-upload@gnu.org dislikes my automake 1.9 and its chmod a+rwx
|
# ftp-upload@gnu.org rejects Makefile.in with a dangerous chmod on make dist
|
||||||
sed -e 's/by automake 1.9.6/by automake 1.11.1/' \
|
sed -e 's/-perm -777 -exec chmod a+rwx/-perm -755 -exec chmod u+rwx,go+rx/' \
|
||||||
-e 's/-perm -777 -exec chmod a+rwx/-perm -755 -exec chmod u+rwx,go+rx/' \
|
|
||||||
< Makefile.in > new_Makefile.in
|
< Makefile.in > new_Makefile.in
|
||||||
|
|
||||||
mv new_Makefile.in Makefile.in
|
mv new_Makefile.in Makefile.in
|
||||||
|
Loading…
Reference in New Issue
Block a user