]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
make sure executable files are executable.
authorMark Andrews <marka@isc.org>
Thu, 3 Jun 2004 02:45:03 +0000 (02:45 +0000)
committerMark Andrews <marka@isc.org>
Thu, 3 Jun 2004 02:45:03 +0000 (02:45 +0000)
util/kit.sh

index b2c7f18cf26f68e775ea525492e3f6f11a649cc7..29a32387b9afc4f0af0c114c5bb2a0a8ef4100ac 100644 (file)
@@ -15,7 +15,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: kit.sh,v 1.27 2004/03/15 06:58:33 marka Exp $
+# $Id: kit.sh,v 1.28 2004/06/03 02:45:03 marka Exp $
 
 # Make a release kit
 #
@@ -121,6 +121,11 @@ rm -rf TODO EXCLUDED conftools util doc/design doc/dev doc/expired \
 
 find . -name .cvsignore -print | xargs rm
 
+# The following files should be executable.
+chmod +x configure install-sh mkinstalldirs \
+        lib/bind/configure lib/bind/mkinstalldirs \
+        bin/tests/system/ifconfig.sh
+
 cd .. || exit 1
 
 kit=$topdir.tar.gz