]> git.donarmstrong.com Git - debhelper.git/blobdiff - Makefile
dh_test*: inhibit logging. Closes: #478958
[debhelper.git] / Makefile
index 0000994a336bf3ea49276af2bf74508d6a0440cf..5d64ab950ae34b7bbbc8dedc6daf007bd6fe25fe 100644 (file)
--- 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)