more PREFIX fun
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sun, 27 Aug 2006 17:17:54 +0000 (17:17 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sun, 27 Aug 2006 17:17:54 +0000 (17:17 +0000)
Makefile.PL
debian/rules
doc/install.mdwn

index 7981ac00da66eaa169e7598a080db6d54f615090..7f715eb87f4eaf4598be3304a38816f8cc171991 100755 (executable)
@@ -55,7 +55,7 @@ extra_install:
 
 WriteMakefile(
        NAME            => 'IkiWiki',
-       PREFIX          => "/usr",
+       PREFIX          => "/usr/local",
        PM_FILTER       => './pm_filter $(PREFIX) $(VER)',
        EXE_FILES       => ['ikiwiki'],
        MAN1PODS        => {},
index 3358db5d90e11505fd90eebfb53af91815e1ef34..fcbf2959d333c740040681fa24991763def901a8 100755 (executable)
@@ -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
index 1848545957414b3469403829c5f5320e423be02b..029323adae22f71ed75806a4e2931a61f5853679 100644 (file)
@@ -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