aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-08-27 17:17:54 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-08-27 17:17:54 +0000
commitb37070d888919ae30219ce13e4d3cce359fd75e1 (patch)
tree5fde3386df0ab9b9bf6ff9002b2ce49f80eb3275
parentd4d053f0e35a3ba13e8184fceca0429b3daf0ccf (diff)
downloadikiwiki-b37070d888919ae30219ce13e4d3cce359fd75e1.tar
ikiwiki-b37070d888919ae30219ce13e4d3cce359fd75e1.tar.gz
more PREFIX fun
-rwxr-xr-xMakefile.PL2
-rwxr-xr-xdebian/rules2
-rw-r--r--doc/install.mdwn2
3 files changed, 3 insertions, 3 deletions
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