diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-09-09 02:06:04 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-09-09 02:06:04 +0000 |
commit | 8912533997364e5bf979f87ffcc5909fe3f04fd4 (patch) | |
tree | 3f6b67a155f9530b4f19ff5a4ee5086392868fa9 | |
parent | 33754bce8eff9db3df658c04b4c6441e8a2855a2 (diff) |
bugfix
-rwxr-xr-x | Makefile.PL | 2 |
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) } } |