From 15ed67132ee70a3c9c98565dee464a8f968c765c Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 21 Aug 2008 23:12:14 -0400 Subject: Revert "Add missing PREFIX to a few lines of the Makefile. (Thomas Keller)" This reverts commit 65c12dffecc49df2d8135a32121b9cabe8288cae. Turns out we can't use PREFIX for files in /etc, because that would tend to put them in /usr/etc, which is bad.. --- Makefile.PL | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile.PL') diff --git a/Makefile.PL b/Makefile.PL index b0d56ee82..fa0b8ba49 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -48,9 +48,9 @@ extra_clean: $(MAKE) -C po clean extra_install: - install -d $(DESTDIR)$(PREFIX)/etc/ikiwiki - install -m 0644 wikilist $(DESTDIR)$(PREFIX)/etc/ikiwiki - install -m 0644 auto.setup $(DESTDIR)$(PREFIX)/etc/ikiwiki + install -d $(DESTDIR)/etc/ikiwiki + install -m 0644 wikilist $(DESTDIR)/etc/ikiwiki + install -m 0644 auto.setup $(DESTDIR)/etc/ikiwiki install -d $(DESTDIR)$(PREFIX)/share/ikiwiki for dir in `cd underlays && find . -follow -type d ! -regex '.*\.svn.*'`; do \ -- cgit v1.2.3