summaryrefslogtreecommitdiffstats
path: root/shells/rssh/files/patch-Makefile.in
blob: 496ce3ce105f1cb6edb6a45294aa534ded707206 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- Makefile.in.orig	Sun Jul 20 19:27:29 2003
+++ Makefile.in	Fri May 21 15:23:01 2004
@@ -357,8 +357,8 @@
 	@list='$(dist_sysconf_DATA)'; for p in $$list; do \
 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 	  f="`echo $$p | sed -e 's|^.*/||'`"; \
-	  echo " $(dist_sysconfDATA_INSTALL) $$d$$p $(DESTDIR)$(sysconfdir)/$$f"; \
-	  $(dist_sysconfDATA_INSTALL) $$d$$p $(DESTDIR)$(sysconfdir)/$$f; \
+	  echo " $(dist_sysconfDATA_INSTALL) $$d$$p $(DESTDIR)$(sysconfdir)/$$f.dist"; \
+	  $(dist_sysconfDATA_INSTALL) $$d$$p $(DESTDIR)$(sysconfdir)/$$f.dist; \
 	done
 
 uninstall-dist_sysconfDATA:
OpenPOWER on IntegriCloud