Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 338909 | Differences between
and this patch

Collapse All | Expand All

(-)src/dns/Makefile.am (-1 / +1 lines)
Lines 20-26 Link Here
20
if LINUX
20
if LINUX
21
HIJACKBIN = gnunet-helper-dns
21
HIJACKBIN = gnunet-helper-dns
22
install-exec-hook:
22
install-exec-hook:
23
	$(top_srcdir)/src/dns/install-dns-helper.sh $(libexecdir) $(GNUNETDNS_GROUP) $(SUDO_BINARY) || true
23
	$(top_srcdir)/src/dns/install-dns-helper.sh $(DESTDIR)/$(libexecdir) $(GNUNETDNS_GROUP) $(SUDO_BINARY) || true
24
else
24
else
25
install-exec-hook:
25
install-exec-hook:
26
endif
26
endif
(-)src/exit/Makefile.am (-1 / +1 lines)
Lines 21-27 Link Here
21
if LINUX
21
if LINUX
22
EXITBIN = gnunet-helper-exit
22
EXITBIN = gnunet-helper-exit
23
install-exec-hook:
23
install-exec-hook:
24
	$(top_srcdir)/src/exit/install-exit-helper.sh $(libexecdir) $(SUDO_BINARY) || true
24
	$(top_srcdir)/src/exit/install-exit-helper.sh $(DESTDIR)/$(libexecdir) $(SUDO_BINARY) || true
25
else
25
else
26
install-exec-hook:
26
install-exec-hook:
27
endif
27
endif
(-)src/gns/nss/Makefile.am (-1 / +1 lines)
Lines 53-59 Link Here
53
53
54
if !MINGW
54
if !MINGW
55
install-data-hook:
55
install-data-hook:
56
	$(top_srcdir)/src/gns/nss/install-nss-plugin.sh $(SHELL) $(top_builddir) $(nssdir) $(SUDO_BINARY)
56
	$(top_srcdir)/src/gns/nss/install-nss-plugin.sh $(SHELL) $(top_builddir) $(DESTDIR)$(nssdir) $(SUDO_BINARY)
57
57
58
uninstall-hook:
58
uninstall-hook:
59
	$(top_srcdir)/src/gns/nss/uninstall-nss-plugin.sh $(SHELL) $(top_builddir) "rm -f $(nssdir)/libnss_gns.so.2" $(SUDO_BINARY)
59
	$(top_srcdir)/src/gns/nss/uninstall-nss-plugin.sh $(SHELL) $(top_builddir) "rm -f $(nssdir)/libnss_gns.so.2" $(SUDO_BINARY)
(-)src/nat/Makefile.am (-1 / +1 lines)
Lines 19-25 Link Here
19
  NATSERVER = gnunet-helper-nat-server.c
19
  NATSERVER = gnunet-helper-nat-server.c
20
  NATCLIENT = gnunet-helper-nat-client.c
20
  NATCLIENT = gnunet-helper-nat-client.c
21
install-exec-hook:
21
install-exec-hook:
22
	$(top_srcdir)/src/nat/install-nat-helper.sh $(libexecdir) $(SUDO_BINARY) || true
22
	$(top_srcdir)/src/nat/install-nat-helper.sh $(DESTDIR)/$(libexecdir) $(SUDO_BINARY) || true
23
else
23
else
24
install-exec-hook:
24
install-exec-hook:
25
endif
25
endif
(-)src/transport/Makefile.am (-2 / +2 lines)
Lines 61-67 Link Here
61
61
62
if LINUX
62
if LINUX
63
install-exec-hook:
63
install-exec-hook:
64
	$(top_srcdir)/src/transport/install-wlan-helper.sh $(libexecdir) $(SUDO_BINARY) || true
64
	$(top_srcdir)/src/transport/install-wlan-helper.sh $(DESTDIR)/$(libexecdir) $(SUDO_BINARY) || true
65
else
65
else
66
install-exec-hook:
66
install-exec-hook:
67
endif
67
endif
Lines 83-89 Link Here
83
if LINUX
83
if LINUX
84
if HAVE_LIBBLUETOOTH
84
if HAVE_LIBBLUETOOTH
85
install-exec-hook2:
85
install-exec-hook2:
86
	$(top_srcdir)/src/transport/install-bluetooth-helper.sh $(libexecdir) $(SUDO_BINARY) || true
86
	$(top_srcdir)/src/transport/install-bluetooth-helper.sh $(DESTDIR)/$(libexecdir) $(SUDO_BINARY) || true
87
endif
87
endif
88
else
88
else
89
install-exec-hook2:
89
install-exec-hook2:
(-)src/vpn/Makefile.am (-1 / +1 lines)
Lines 21-27 Link Here
21
if LINUX
21
if LINUX
22
VPNBIN = gnunet-helper-vpn
22
VPNBIN = gnunet-helper-vpn
23
install-exec-hook:
23
install-exec-hook:
24
	$(top_srcdir)/src/vpn/install-vpn-helper.sh $(libexecdir) $(SUDO_BINARY) || true
24
	$(top_srcdir)/src/vpn/install-vpn-helper.sh $(DESTDIR)/$(libexecdir) $(SUDO_BINARY) || true
25
else
25
else
26
install-exec-hook:
26
install-exec-hook:
27
endif
27
endif

Return to bug 338909