pkgsrc/www/ikiwiki/patches/patch-ae
schmonz a83f6803c6 Update to 3.14159. From the changelog:
* svn: Fix rcs_rename to properly scope call to dirname.
* img: Pass the align parameter through to the generated img tag.
* Move OpenID pretty-printing from openid plugin to core (smcv)

pkgsrc changes:

* Add PKG_SYSCONFDIR support.
* Parameterize pkgsrc-configured paths in Makefile.PL so the patch
    can go upstream.
* Retire legacy amazon_s3 option.
2009-07-24 05:09:02 +00:00

13 lines
427 B
Text

$NetBSD: patch-ae,v 1.1 2009/07/24 05:09:02 schmonz Exp $
--- ikiwiki-update-wikilist.orig 2009-05-27 16:32:38.000000000 -0400
+++ ikiwiki-update-wikilist
@@ -12,7 +12,7 @@ if (! defined $username || ! length $use
die "unable to determine user name for UID $REAL_USER_ID\n";
}
-my $wikilist="/etc/ikiwiki/wikilist";
+my $wikilist="@PKG_SYSCONFDIR@/wikilist";
if (! -e $wikilist) {
die "$wikilist does not exist\n";
}