From: Russ Allbery Date: Fri, 9 Jul 2010 23:43:33 +0000 (-0700) Subject: Remove now-unneeded chmod commands X-Git-Tag: debian/1.5.75-1~14 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=a37d2d1a308746ee0ab7d308f316cc33fa1e667d;p=packages%2Fo%2Fopenafs.git 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. --- 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 \