summaryrefslogtreecommitdiffstats
path: root/etc/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'etc/Makefile.in')
-rw-r--r--etc/Makefile.in12
1 files changed, 6 insertions, 6 deletions
diff --git a/etc/Makefile.in b/etc/Makefile.in
index 079f85c..1a37d6e 100644
--- a/etc/Makefile.in
+++ b/etc/Makefile.in
@@ -350,23 +350,23 @@ uninstall-am: uninstall-info-am uninstall-pkgdataDATA
install-data-local: all
@if test "$(DO_CONF_INSTALL)" = "yes"; then \
- if test -f $(sysconfdir)/rancid.conf ; then \
+ if test -f $(DESTDIR)$(sysconfdir)/rancid.conf ; then \
echo ""; \
- echo "WARNING: *** $(sysconfdir)/rancid.conf exists. See "; \
+ echo "WARNING: *** $(DESTDIR)$(sysconfdir)/rancid.conf exists. See "; \
echo " *** $(pkgdatadir)/rancid.conf.sample for new"; \
echo " *** examples."; \
echo ""; \
else \
- $(INSTALL_DATA) rancid.conf.sample $(sysconfdir)/rancid.conf; \
+ $(INSTALL_DATA) rancid.conf.sample $(DESTDIR)$(sysconfdir)/rancid.conf; \
fi; \
- if test -f $(sysconfdir)/lg.conf ; then \
+ if test -f $(DESTDIR)$(sysconfdir)/lg.conf ; then \
echo ""; \
- echo "WARNING: *** $(sysconfdir)/lg.conf exists. See "; \
+ echo "WARNING: *** $(DESTDIR)$(sysconfdir)/lg.conf exists. See "; \
echo " *** $(pkgdatadir)/lg.conf.sample for new"; \
echo " *** examples."; \
echo ""; \
else \
- $(INSTALL_DATA) lg.conf.sample $(sysconfdir)/lg.conf; \
+ $(INSTALL_DATA) lg.conf.sample $(DESTDIR)$(sysconfdir)/lg.conf; \
fi; \
fi