aboutsummaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-09-09 02:06:04 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-09-09 02:06:04 +0000
commit8912533997364e5bf979f87ffcc5909fe3f04fd4 (patch)
tree3f6b67a155f9530b4f19ff5a4ee5086392868fa9 /Makefile.PL
parent33754bce8eff9db3df658c04b4c6441e8a2855a2 (diff)
downloadikiwiki-8912533997364e5bf979f87ffcc5909fe3f04fd4.tar
ikiwiki-8912533997364e5bf979f87ffcc5909fe3f04fd4.tar.gz
bugfix
Diffstat (limited to 'Makefile.PL')
-rwxr-xr-xMakefile.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 130484a7c..d40cf3d56 100755
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -84,7 +84,7 @@ extra_install:
install -d $(DESTDIR)$(PREFIX)/bin
install ikiwiki.out $(DESTDIR)$(PREFIX)/bin/ikiwiki
- $(MAKE) -C po install
+ $(MAKE) -C po install DESTDIR=$(DESTDIR) PREFIX=$(PREFIX)
}
}