From 7bd14564c1ea5161bee08e1595f8c83602ee86e0 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Wed, 7 Mar 2012 16:57:44 -0800 Subject: [PATCH] Remove old, now-unnecessary chmod The code to build the header tree for libuafs is now upstream as a shell script. --- debian/rules | 1 - 1 file changed, 1 deletion(-) diff --git a/debian/rules b/debian/rules index 4c9be5255..7ac5a44b1 100755 --- a/debian/rules +++ b/debian/rules @@ -112,7 +112,6 @@ 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