From: Russ Allbery Date: Fri, 2 Sep 2011 01:29:10 +0000 (-0700) Subject: Ensure the make_h_tree.pl Perl script is executable X-Git-Tag: debian/1.6.0-1~1 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=95f6b0316d45c6dee11daffef96daf80c538f33a;p=packages%2Fo%2Fopenafs.git Ensure the make_h_tree.pl Perl script is executable --- diff --git a/debian/rules b/debian/rules index 9f889889b..7b17d050d 100755 --- a/debian/rules +++ b/debian/rules @@ -111,6 +111,7 @@ override_dh_auto_configure: # Also build a libafs_tree and build the XML documentation. override_dh_auto_build: + chmod a+x src/libuafs/make_h_tree.pl dh_auto_build $(MAKE) libafs_tree set -e; for d in AdminGuide QuickStartUnix UserGuide ; do \