@@ -1,5 +1,5 @@
--- etc/Makefile.in.orig 2008-02-20 22:44:22.000000000 +0100
-+++ etc/Makefile.in 2008-02-20 22:45:50.000000000 +0100
++++ etc/Makefile.in 2008-02-20 22:51:19.000000000 +0100
@@ -348,23 +348,23 @@
install-data-local: all
@@ -15,7 +15,7 @@
echo ""; \
else \
- $(INSTALL_DATA) rancid.conf.sample $(sysconfdir)/rancid.conf; \
-+ $(INSTALL_DATA) rancid.conf.sample $(DESTDIR)$(sysconfdir)/rancid.conf; \
++ $(INSTALL_DATA) -D rancid.conf.sample $(DESTDIR)$(sysconfdir)/rancid.conf; \
fi; \
- if test -f $(sysconfdir)/lg.conf ; then \
+ if test -f $(DESTDIR)$(sysconfdir)/lg.conf ; then \
@@ -28,12 +28,12 @@
echo ""; \
else \
- $(INSTALL_DATA) lg.conf.sample $(sysconfdir)/lg.conf; \
-+ $(INSTALL_DATA) lg.conf.sample $(DESTDIR)$(sysconfdir)/lg.conf; \
++ $(INSTALL_DATA) -D lg.conf.sample $(DESTDIR)$(sysconfdir)/lg.conf; \
fi; \
fi
--- etc/Makefile.am.orig 2008-02-20 22:44:17.000000000 +0100
-+++ etc/Makefile.am 2008-02-20 22:45:03.000000000 +0100
++++ etc/Makefile.am 2008-02-20 22:51:31.000000000 +0100
@@ -34,23 +34,23 @@
install-data-local: all
@@ -49,7 +49,7 @@
echo ""; \
else \
- $(INSTALL_DATA) rancid.conf.sample $(sysconfdir)/rancid.conf; \
-+ $(INSTALL_DATA) rancid.conf.sample $(DESTDIR)$(sysconfdir)/rancid.conf; \
++ $(INSTALL_DATA) -D rancid.conf.sample $(DESTDIR)$(sysconfdir)/rancid.conf; \
fi; \
- if test -f $(sysconfdir)/lg.conf ; then \
+ if test -f $(DESTDIR)$(sysconfdir)/lg.conf ; then \
@@ -62,7 +62,7 @@
echo ""; \
else \
- $(INSTALL_DATA) lg.conf.sample $(sysconfdir)/lg.conf; \
-+ $(INSTALL_DATA) lg.conf.sample $(DESTDIR)$(sysconfdir)/lg.conf; \
++ $(INSTALL_DATA) -D lg.conf.sample $(DESTDIR)$(sysconfdir)/lg.conf; \
fi; \
fi
|