From: Joey Hess Date: Wed, 23 Apr 2008 20:01:56 +0000 (-0400) Subject: fixes X-Git-Tag: 7.0.0~17 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=709cc5dfd66b5c061327d6fc6cb6b2df55c18d4e;p=debhelper.git fixes --- diff --git a/Makefile b/Makefile index ec7e590..67dd89e 100644 --- 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/*