From 709cc5dfd66b5c061327d6fc6cb6b2df55c18d4e Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 23 Apr 2008 16:01:56 -0400 Subject: [PATCH] fixes --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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/* -- 2.39.2