From 440712b5e11e2b78efda8eb5a649d602049280f9 Mon Sep 17 00:00:00 2001 From: dbs Date: Wed, 5 Nov 2008 20:03:49 +0000 Subject: [PATCH] dokuwiki-doc-stubber.pl is generated rather than modified in place git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1489 9efc2488-bf62-4759-914b-345cdb29e865 --- doc/{dokuwiki-doc-stubber.pl => dokuwiki-doc-stubber.pl.in} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename doc/{dokuwiki-doc-stubber.pl => dokuwiki-doc-stubber.pl.in} (97%) diff --git a/doc/dokuwiki-doc-stubber.pl b/doc/dokuwiki-doc-stubber.pl.in similarity index 97% rename from doc/dokuwiki-doc-stubber.pl rename to doc/dokuwiki-doc-stubber.pl.in index c098cc8..021f7d4 100755 --- a/doc/dokuwiki-doc-stubber.pl +++ b/doc/dokuwiki-doc-stubber.pl.in @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -use OpenSRF::System qw(SYSCONFDIR/opensrf_core.xml); +use OpenSRF::System qw(@sysconfdir@/opensrf_core.xml); use Getopt::Long $| = 1; -- 2.43.2