Changeset 3094

Show
Ignore:
Timestamp:
02/28/10 11:01:05 (6 months ago)
Author:
scdbackup
Message:

Adjusted patcher of Makefile.in for GNU xorriso

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • libisoburn/trunk/xorriso/make_xorriso_standalone.sh

    r3087 r3094  
    273273if test "$create_gnu_xorriso" = "yes" 
    274274then 
    275   # ftp-upload@gnu.org dislikes my automake 1.9 and its chmod a+rwx 
    276   sed -e 's/by automake 1.9.6/by automake 1.11.1/' \ 
    277       -e 's/-perm -777 -exec chmod a+rwx/-perm -755 -exec chmod u+rwx,go+rx/' \ 
     275  # ftp-upload@gnu.org rejects Makefile.in with a dangerous chmod on make dist 
     276  sed -e 's/-perm -777 -exec chmod a+rwx/-perm -755 -exec chmod u+rwx,go+rx/' \ 
    278277      < Makefile.in  > new_Makefile.in 
    279278