X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Makefile;h=5d64ab950ae34b7bbbc8dedc6daf007bd6fe25fe;hb=50a10f8c0419a63867ad72d9c4345b848f624568;hp=0000994a336bf3ea49276af2bf74508d6a0440cf;hpb=cb53f3bf3ca80f1e3ccb187be9d14f8e97f3fc59;p=debhelper.git diff --git a/Makefile b/Makefile index 0000994..5d64ab9 100644 --- a/Makefile +++ b/Makefile @@ -64,7 +64,7 @@ install: install -d $(DESTDIR)/usr/bin \ $(DESTDIR)/usr/share/debhelper/autoscripts \ $(DESTDIR)$(PERLLIBDIR) - install $(shell find -maxdepth 1 -mindepth 1 -name dh\* |grep -v \.1\$) $(DESTDIR)/usr/bin + install $(shell find -maxdepth 1 -mindepth 1 -name dh\* |grep -v \.1\$$) $(DESTDIR)/usr/bin install -m 0644 autoscripts/* $(DESTDIR)/usr/share/debhelper/autoscripts install -m 0644 Debian/Debhelper/*.pm $(DESTDIR)$(PERLLIBDIR)