]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
Remove old, now-unnecessary chmod
authorRuss Allbery <rra@debian.org>
Thu, 8 Mar 2012 00:57:44 +0000 (16:57 -0800)
committerRuss Allbery <rra@debian.org>
Thu, 8 Mar 2012 00:57:44 +0000 (16:57 -0800)
The code to build the header tree for libuafs is now upstream as
a shell script.

debian/rules

index 4c9be5255192eaf90231c4c19f354def39e66b4e..7ac5a44b1a149630797c46e086a92c783b4677bc 100755 (executable)
@@ -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 \