- fix use of uninitialized memory
[oweals/gnunet.git] / src / dns / Makefile.am
index f0143f90e33c42ae7c9f358fd3d28b82c0c4e9b8..45b86c71b81f963d132384d1858d0a5015f47df7 100644 (file)
@@ -21,7 +21,7 @@ pkgcfg_DATA = \
 if LINUX
 HIJACKBIN = gnunet-helper-dns
 install-exec-hook:
-       $(top_srcdir)/src/dns/install-dns-helper.sh $(libexecdir) $(GNUNETDNS_GROUP) $(SUDO_BINARY) || true
+       $(top_srcdir)/src/dns/install-dns-helper.sh $(DESTDIR)$(libexecdir) $(GNUNETDNS_GROUP) $(SUDO_BINARY) || true
 else
 install-exec-hook:
 endif
@@ -124,4 +124,3 @@ test_hexcoder_SOURCES = \
 test_hexcoder_LDADD = \
  libgnunetdnsparser.la \
  $(top_builddir)/src/util/libgnunetutil.la
-