aboutsummaryrefslogtreecommitdiff
path: root/src/exit
diff options
context:
space:
mode:
authorCarlo von lynX <lynX@time.to.get.psyced.org>2015-09-30 20:15:37 +0000
committerCarlo von lynX <lynX@time.to.get.psyced.org>2015-09-30 20:15:37 +0000
commite2f70a2f9fa099e3ce0e7451028bea8c373522a6 (patch)
treec4243c8c8e8cc8e01fb87aba489bab6ea715e8c5 /src/exit
parented4ed16a253da94fc7d647f299a12bccd62fa3ec (diff)
downloadgnunet-e2f70a2f9fa099e3ce0e7451028bea8c373522a6.tar.gz
gnunet-e2f70a2f9fa099e3ce0e7451028bea8c373522a6.zip
DESTDIR fix in Makefiles needed by distro packagers
Diffstat (limited to 'src/exit')
-rw-r--r--src/exit/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exit/Makefile.am b/src/exit/Makefile.am
index 10a1ae8f9..6c4cbf114 100644
--- a/src/exit/Makefile.am
+++ b/src/exit/Makefile.am
@@ -22,7 +22,7 @@ dist_pkgcfg_DATA = \
22if LINUX 22if LINUX
23EXITBIN = gnunet-helper-exit 23EXITBIN = gnunet-helper-exit
24install-exec-hook: 24install-exec-hook:
25 $(top_srcdir)/src/exit/install-exit-helper.sh $(libexecdir) $(SUDO_BINARY) || true 25 $(top_srcdir)/src/exit/install-exit-helper.sh $(DESTDIR)$(libexecdir) $(SUDO_BINARY) || true
26else 26else
27install-exec-hook: 27install-exec-hook:
28endif 28endif