From a37d2d1a308746ee0ab7d308f316cc33fa1e667d Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Fri, 9 Jul 2010 16:43:33 -0700 Subject: [PATCH] Remove now-unneeded chmod commands We used to mark executable some files that upstream didn't ship executable properly, but one of them has disappeared and the other is now correctly executable upstream. --- debian/rules | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/debian/rules b/debian/rules index 2ca48c65a..5c03a03e6 100755 --- a/debian/rules +++ b/debian/rules @@ -102,8 +102,7 @@ build-stamp: --enable-fuse-client --enable-debug --enable-debug-lwp \ --with-xslt-processor=xsltproc --with-html-xsl=$(HTML_XSL) \ --enable-reduced-depends $(DEBIAN_OPT_FLAGS) $(SYSTEM) - chmod a+x config.sub src/libafs/make_kbuild_makefile.pl \ - src/config/make_vnode.pl + chmod a+x config.sub dh build --after configure $(MAKE) libafs_tree set -e; for d in AdminGuide QuickStartUnix UserGuide ; do \ -- 2.39.5