67bd80409d
* fixes for the case PKG_SYSCONFBASE != ${PREFIX}/etc. * approximate default config file to package build configuration. * register egg-info. Bump PKGREVISION.
13 lines
371 B
Text
13 lines
371 B
Text
$NetBSD: patch-aa,v 1.2 2011/10/31 08:45:08 obache Exp $
|
|
|
|
--- bin/pygopherd.orig 2003-08-23 18:31:54.000000000 +0200
|
|
+++ bin/pygopherd 2003-08-28 20:39:34.000000000 +0200
|
|
@@ -23,7 +23,7 @@
|
|
from pygopherd import *
|
|
import sys
|
|
|
|
-conffile = '/etc/pygopherd/pygopherd.conf'
|
|
+conffile = '@PKG_SYSCONFDIR@/pygopherd.conf'
|
|
if len(sys.argv) > 1:
|
|
conffile = sys.argv[1]
|
|
|