summaryrefslogtreecommitdiff
path: root/www/tinyproxy/files/patch-etc__Makefile.in
blob: 0b071ed4bd378e29b2b3d0e77b1a04a56ff42c53 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- ./etc/Makefile.in.orig	2010-06-21 10:10:59.000000000 -0400
+++ ./etc/Makefile.in	2010-06-21 10:11:42.000000000 -0400
@@ -248,8 +248,10 @@
 	  echo "$$d$$p"; \
 	done | $(am__base_list) | \
 	while read files; do \
-	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(sysconfdir)'"; \
-	  $(INSTALL_DATA) $$files "$(DESTDIR)$(sysconfdir)" || exit $$?; \
+	  nfile="$$files.sample"; \
+	  cp $$files $$nfile; \
+	  echo " $(INSTALL_DATA) $$nfile '$(DESTDIR)$(sysconfdir)'"; \
+	  $(INSTALL_DATA) $$nfile "$(DESTDIR)$(sysconfdir)" || exit $$?; \
 	done
 
 uninstall-sysconfDATA: