gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] branch master updated: DESTDIR needed here


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: DESTDIR needed here
Date: Thu, 14 Jun 2018 16:28:23 +0200

This is an automated email from the git hooks/post-receive script.

david-barksdale pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 8602fa51e DESTDIR needed here
8602fa51e is described below

commit 8602fa51ea946d552a3c6e18e6c4a92caefee34e
Author: David Barksdale <address@hidden>
AuthorDate: Thu Jun 14 09:27:53 2018 -0500

    DESTDIR needed here
---
 contrib/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/Makefile.am b/contrib/Makefile.am
index 27b1d01bc..1e348233d 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 \

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]