]> git.donarmstrong.com Git - debhelper.git/commitdiff
fixes
authorJoey Hess <joey@kodama.kitenet.net>
Wed, 23 Apr 2008 20:01:56 +0000 (16:01 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Wed, 23 Apr 2008 20:01:56 +0000 (16:01 -0400)
Makefile

index ec7e590e064739cfa76319d42fb39ee1a27bb0b9..67dd89e565b4f2f008f433912038f4b16c1a0886 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -65,8 +65,8 @@ install:
                $(DESTDIR)/usr/share/debhelper/autoscripts \
                $(DESTDIR)$(PERLLIBDIR)
        install $(shell find -maxdepth 1 -mindepth 1 -name dh_\* |grep -v \.1\$) $(DESTDIR)/usr/bin
-       install autoscripts/* $(DESTDIR)/usr/share/debhelper/autoscripts
-       install Debian/Debhelper/*.pm $(DESTDIR)$(PERLLIBDIR)
+       install -m 0644 autoscripts/* $(DESTDIR)/usr/share/debhelper/autoscripts
+       install -m 0644 Debian/Debhelper/*.pm $(DESTDIR)$(PERLLIBDIR)
 
 test: version
        ./run perl -MTest::Harness -e 'runtests grep { ! /CVS/ && ! /\.svn/ } @ARGV' t/*