Joey Hess
df0f9811a3
typo
2009-02-04 13:45:54 -05:00
Joey Hess
3eaa5c91d7
export installdir
...
For use by Setup/Automator
2009-01-12 18:55:56 -05:00
Joey Hess
2c6f41e59c
If PERL5LIB is set to the libdir when building ikiwiki, calculate and hardcode a proper 'use lib' statement anyway. This fixes a gotcha, since PERL5LIB won't work once ikiwiki is running via a wrapper or as a cgi.
2008-05-14 02:42:01 -04:00
Joey Hess
8fdb37d7bc
use an elsif
...
(Not that it really matters..)
2008-04-28 22:13:12 -04:00
Joey Hess
dbb5d11196
Deal with different paths to perl when removing -T flag.
2008-04-28 15:37:17 -04:00
Joey Hess
9f02ee8634
Add PREFIX/bin to the hardcoded PATH within ikiwiki.
2008-04-28 13:44:37 -04:00
Joey Hess
2a802c1518
if NOTAINT is not set, disable tainting
2008-02-24 16:01:10 -05:00
joey
34f1c2aee8
* Allow setting NOTAINT=1 when building the wiki to remove taint checking
...
flags, which can be useful on some hosting providers.
2007-02-20 01:09:48 +00:00
joey
5bc73d7fac
* Rename ikiwiki.pl so MakeMaker doesn't see it, and install it.
...
* Add some code to the build system that tries to determine if the
lib installation directory is in @INC. If it's not, munge ikiwiki
to hardcode the path to the lib directory. This should allow installing
ikiwiki in nonstandard locations, including home directories, by just
setting PREFIX at build time.
* Fix nested examples directory in deb.
2006-11-20 22:12:43 +00:00
joey
f4d99ac1ca
* Use DESTDIR and not PREFIX to specify installation prefix for packaging.
...
* Support running "perl Makefile.PL PREFIX=foo" to build ikiwiki to run
from a different directory.
2006-08-25 02:12:43 +00:00