From a2a778c72f1ba442cecd4263c4c480edc49766d7 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Sun, 28 Feb 2010 17:01:05 +0000 Subject: [PATCH] Adjusted patcher of Makefile.in for GNU xorriso --- xorriso/make_xorriso_standalone.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/xorriso/make_xorriso_standalone.sh b/xorriso/make_xorriso_standalone.sh index 74cdc9e7..3db1ac68 100755 --- a/xorriso/make_xorriso_standalone.sh +++ b/xorriso/make_xorriso_standalone.sh @@ -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