From 95f6b0316d45c6dee11daffef96daf80c538f33a Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Thu, 1 Sep 2011 18:29:10 -0700 Subject: [PATCH] Ensure the make_h_tree.pl Perl script is executable --- debian/rules | 1 + 1 file changed, 1 insertion(+) 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 \ -- 2.39.5