From: Mark Andrews Date: Thu, 3 Jun 2004 02:53:42 +0000 (+0000) Subject: make sure executable files are executable. X-Git-Tag: v9.2.3rc4^2~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d15def0c1a6d3fab996afb09893aa77f26cc56cf;p=thirdparty%2Fbind9.git make sure executable files are executable. --- diff --git a/util/kit.sh b/util/kit.sh index 0875c0e672f..ccdc6fb52fa 100644 --- a/util/kit.sh +++ b/util/kit.sh @@ -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