make sure executable files are executable.

This commit is contained in:
Mark Andrews
2004-06-03 02:45:03 +00:00
parent 17cb8353e9
commit 2e286ac71f

View File

@@ -15,7 +15,7 @@
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE. # 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 # 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 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 cd .. || exit 1
kit=$topdir.tar.gz kit=$topdir.tar.gz