aboutsummaryrefslogtreecommitdiff
path: root/net-im/jabberd/files/patch-etc__templates__Makefile.am
blob: 24c06e3c499feeaaeaeb5548757cd0483e54ea37 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--- etc/templates/Makefile.am.orig	2016-05-03 22:25:09 UTC
+++ etc/templates/Makefile.am
@@ -2,8 +2,8 @@ templatesdir = $(sysconfdir)/templates
 
 LIBTOOL += --quiet
 
-templates_DATA = roster.xml.dist
-EXTRA_DIST = roster.xml.dist.in
+templates_DATA = roster.xml.sample
+EXTRA_DIST = roster.xml.sample.in
 
 edit = sed \
 	-e 's,@sysconfdir\@,$(sysconfdir),g' \
@@ -18,7 +18,7 @@ $(templates_DATA):
     
 install-data-hook:
 	@list='$(templates_DATA)'; for p in $$list; do \
-      dest=`echo $$p | sed -e s/.dist//`; \
+      dest=`echo $$p | sed -e s/.sample//`; \
 	  if test -f $(DESTDIR)$(templatesdir)/$$dest; then \
         echo "$@ will not overwrite existing $(DESTDIR)$(templatesdir)/$$dest"; \
       else \