diff options
author | David Barksdale <amatus@amat.us> | 2018-06-14 09:27:53 -0500 |
---|---|---|
committer | David Barksdale <amatus@amat.us> | 2018-06-14 09:27:53 -0500 |
commit | 8602fa51ea946d552a3c6e18e6c4a92caefee34e (patch) | |
tree | 31bc44d4794dd672f83ba3aa908b5fd7114b58b5 | |
parent | c9b52f6ce67209e000d2f679a34c23bd4724b243 (diff) |
DESTDIR needed heremaster
-rw-r--r-- | contrib/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/Makefile.am b/contrib/Makefile.am index 27b1d01bc8..1e348233d9 100644 --- a/contrib/Makefile.am +++ b/contrib/Makefile.am @@ -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 \ |