From: joey Date: Sun, 27 Aug 2006 17:17:54 +0000 (+0000) Subject: more PREFIX fun X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/commitdiff_plain/b37070d888919ae30219ce13e4d3cce359fd75e1 more PREFIX fun --- diff --git a/Makefile.PL b/Makefile.PL index 7981ac00d..7f715eb87 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -55,7 +55,7 @@ extra_install: WriteMakefile( NAME => 'IkiWiki', - PREFIX => "/usr", + PREFIX => "/usr/local", PM_FILTER => './pm_filter $(PREFIX) $(VER)', EXE_FILES => ['ikiwiki'], MAN1PODS => {}, diff --git a/debian/rules b/debian/rules index 3358db5d9..fcbf2959d 100755 --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,7 @@ build: build-stamp build-stamp: dh_testdir - perl Makefile.PL + perl Makefile.PL PREFIX=/usr $(MAKE) $(MAKE) test touch build-stamp diff --git a/doc/install.mdwn b/doc/install.mdwn index 184854595..029323ada 100644 --- a/doc/install.mdwn +++ b/doc/install.mdwn @@ -19,7 +19,7 @@ If you're installing MarkDown by hand, note that it should be installed as If you want to install from the tarball, you should make sure that the required perl modules are installed, then run: - perl Makefile.PL + perl Makefile.PL # PREFIX=/dir to install elsewhere make make test # optional make install