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)
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 10a1ae8f9e..6c4cbf1141 100644
--- a/src/exit/Makefile.am
+++ b/src/exit/Makefile.am
@@ -22,7 +22,7 @@ dist_pkgcfg_DATA = \
if LINUX
EXITBIN = gnunet-helper-exit
install-exec-hook:
- $(top_srcdir)/src/exit/install-exit-helper.sh $(libexecdir) $(SUDO_BINARY) || true
+ $(top_srcdir)/src/exit/install-exit-helper.sh $(DESTDIR)$(libexecdir) $(SUDO_BINARY) || true
else
install-exec-hook:
endif