]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
Remove now-unneeded chmod commands
authorRuss Allbery <rra@debian.org>
Fri, 9 Jul 2010 23:43:33 +0000 (16:43 -0700)
committerRuss Allbery <rra@debian.org>
Fri, 9 Jul 2010 23:43:33 +0000 (16:43 -0700)
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

index 2ca48c65ae568673cf04bafd62a7c1fff4709349..5c03a03e6f154ea11841b0cb65dd59ba4d84fee0 100755 (executable)
@@ -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 \