aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
Diffstat (limited to 'contrib')
-rw-r--r--contrib/hellos/Makefile.am23
-rw-r--r--contrib/services/openrc/Makefile.am11
-rw-r--r--contrib/services/systemd/Makefile.am11
3 files changed, 16 insertions, 29 deletions
diff --git a/contrib/hellos/Makefile.am b/contrib/hellos/Makefile.am
index 18a6458fe..d498d57e7 100644
--- a/contrib/hellos/Makefile.am
+++ b/contrib/hellos/Makefile.am
@@ -1,22 +1,7 @@
1# This Makefile.am is in the public domain
2
3pkghellodir= $(pkgdatadir)/hellos 1pkghellodir= $(pkgdatadir)/hellos
4 2
5install-data-local: 3pkghello_DATA = \
6 $(mkinstalldirs) $(DESTDIR)$(pkghellodir) 4 DSTJBRRKZ8TBW3FGK6B0M5QXWT9WYNZ45H5MCV4HY7ST64Q8T9F0
7 @$(NORMAL_INSTALL)
8 for hello in $(srcdir)/hellos/*; do \
9 if test -f $$hello; then \
10 $(INSTALL_DATA) $$hello $(DESTDIR)$(pkghellodir)/ ; \
11 fi \
12 done
13 5
14dist-hook: 6EXTRA_DIST =
15 if test -d $(srcdir)/hellos; then \ 7 $(pkghello_DATA)
16 mkdir -p $(distdir)/hellos; \
17 for hello in $(srcdir)/hellos/*; do \
18 if test -f $$hello; then \
19 cp -p $$hello $(distdir)/hellos; \
20 fi \
21 done \
22 fi
diff --git a/contrib/services/openrc/Makefile.am b/contrib/services/openrc/Makefile.am
index a02854384..3cd57dac7 100644
--- a/contrib/services/openrc/Makefile.am
+++ b/contrib/services/openrc/Makefile.am
@@ -1,6 +1,7 @@
1pkginitddir= $(pkgdatadir)/services/openrc 1pkginitdir= $(pkgdatadir)/services/openrc
2 2
3install-data-local: 3pkginit_DATA = \
4 $(mkinstalldirs) $(DESTDIR)$(pkginitdir) 4 gnunet.initd
5 @$(NORMAL_INSTALL) 5
6 $(INSTALL_DATA) gnunet.initd $(DESTDIR)$(pkginitdir) 6EXTRA_DIST = \
7 $(pkginit_DATA)
diff --git a/contrib/services/systemd/Makefile.am b/contrib/services/systemd/Makefile.am
index 7120f6f52..39a6f2a81 100644
--- a/contrib/services/systemd/Makefile.am
+++ b/contrib/services/systemd/Makefile.am
@@ -1,6 +1,7 @@
1pkginitddir= $(pkgdatadir)/services/systemd 1pkginitdir= $(pkgdatadir)/services/systemd
2 2
3install-data-local: 3pkginit_DATA = \
4 $(mkinstalldirs) $(DESTDIR)$(pkginitdir) 4 gnunet.service
5 @$(NORMAL_INSTALL) 5
6 $(INSTALL_DATA) gnunet.service $(DESTDIR)$(pkginitdir) 6EXTRA_DIST = \
7 $(pkginit_DATA)