diff options
Diffstat (limited to 'lang/scriba/files/patch-ad')
-rw-r--r-- | lang/scriba/files/patch-ad | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/scriba/files/patch-ad b/lang/scriba/files/patch-ad new file mode 100644 index 0000000..f4546dd --- /dev/null +++ b/lang/scriba/files/patch-ad @@ -0,0 +1,11 @@ +--- configurer.c.orig Wed Dec 27 11:52:15 2000 ++++ configurer.c Sun Jan 7 19:34:59 2001 +@@ -130,7 +130,7 @@ + #else + char *s; + #define SCRIBACONF "SCRIBACONF" +-#define DEFAULTCONF "/etc/scriba/basic.conf" ++#define DEFAULTCONF "%%PREFIX%%/etc/scriba/basic.conf" + + s = getenv(SCRIBACONF); + |