DESTDIR needed here
authorDavid Barksdale <amatus@amat.us>
Thu, 14 Jun 2018 14:27:53 +0000 (09:27 -0500)
committerDavid Barksdale <amatus@amat.us>
Thu, 14 Jun 2018 14:27:53 +0000 (09:27 -0500)
contrib/Makefile.am

index 27b1d01bc8a64355fe5228a3446c6437172130d8..1e348233d9908aae237bf3153c943cade147ffd9 100644 (file)
@@ -125,7 +125,7 @@ install-data-local:
            $(INSTALL_DATA) $$hello $(DESTDIR)$(pkghellodir)/ ; \
          fi \
        done
-       install scripts/gnunet-bugreport $(bindir)/gnunet-bugreport
+       install scripts/gnunet-bugreport $(DESTDIR)$(bindir)/gnunet-bugreport
 
 dist-hook:
        if test -d $(srcdir)/hellos; then \