aboutsummaryrefslogtreecommitdiff
path: root/pm_filter
Commit message (Collapse)AuthorAge
* if NOTAINT is not set, disable taintingJoey Hess2008-02-24
|
* * Allow setting NOTAINT=1 when building the wiki to remove taint checkingjoey2007-02-20
| | | | flags, which can be useful on some hosting providers.
* * Rename ikiwiki.pl so MakeMaker doesn't see it, and install it.joey2006-11-20
| | | | | | | | | * 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.
* * Use DESTDIR and not PREFIX to specify installation prefix for packaging.joey2006-08-25
* Support running "perl Makefile.PL PREFIX=foo" to build ikiwiki to run from a different directory.