Changeset 3094
- Timestamp:
- 02/28/10 11:01:05 (6 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
libisoburn/trunk/xorriso/make_xorriso_standalone.sh
r3087 r3094 273 273 if test "$create_gnu_xorriso" = "yes" 274 274 then 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/' \ 278 277 < Makefile.in > new_Makefile.in 279 278
