]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
Makefile util/gen-tarball executable after creating the file.
authorTheodore Ts'o <tytso@mit.edu>
Sat, 5 Feb 2005 20:53:56 +0000 (15:53 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 5 Feb 2005 20:53:56 +0000 (15:53 -0500)
ChangeLog
configure
configure.in

index e5b200e60507215491f1262baa865906a297ae7b..da99ca4ef6956531245af481dc061c48ddf472c0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-02-05  Theodore Ts'o  <tytso@mit.edu>
+
+       * configure.in: Make util/gen-tarball executable after it is created.
+
 2005-02-04  Theodore Ts'o  <tytso@mit.edu>
 
        * configure.in: Remove support for --enable-clear-htree; this was
index 889bdcd36a31d147ec49ce481259cdd41e99566b..d38fb2519a8030d3af588c3fede32f24f7b0cbf5 100644 (file)
--- a/configure
+++ b/configure
@@ -15536,3 +15536,5 @@ if test "$no_create" != yes; then
   $ac_cs_success || { (exit 1); exit 1; }
 fi
 
+if test -f util/gen-tarball; then chmod +x util/gen-tarball; fi
+
index 2009e3fcf5291d746f8aa05baa9d8d9712624a5b..1110d0387b2d3285beaa5432e6b61ba059351929 100644 (file)
@@ -813,3 +813,5 @@ for i in MCONFIG Makefile e2fsprogs.spec \
        fi
 done
 AC_OUTPUT($outlist)
+if test -f util/gen-tarball; then chmod +x util/gen-tarball; fi
+