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

index 0875c0e672fc60a30bf1d7e99d7a25d15d76c461..ccdc6fb52fa49c1f9c2708c23515ba5daeed8130 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.20.2.2 2004/03/09 06:12:47 marka Exp $
+# $Id: kit.sh,v 1.20.2.3 2004/06/03 02:53:42 marka Exp $
 
 # Make a release kit
 #
@@ -104,6 +104,11 @@ rm -rf EXCLUDED TODO 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