diff options
author | kefren <kefren@pkgsrc.org> | 2009-01-06 18:54:51 +0000 |
---|---|---|
committer | kefren <kefren@pkgsrc.org> | 2009-01-06 18:54:51 +0000 |
commit | 6c8c48a0652dd586dc158ec63f4cebacad6b2f9a (patch) | |
tree | 12db360fb6b22d59d662b6e236a4d615b32a463e /net/dcsharp/patches | |
parent | e4325467d21e25443c0832ced47fd9a41545ffb1 (diff) | |
download | pkgsrc-6c8c48a0652dd586dc158ec63f4cebacad6b2f9a.tar.gz |
Fix GConf schema file directory
PKGREVISION++
Diffstat (limited to 'net/dcsharp/patches')
-rw-r--r-- | net/dcsharp/patches/patch-aa | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/dcsharp/patches/patch-aa b/net/dcsharp/patches/patch-aa index 807df48fed8..49784186775 100644 --- a/net/dcsharp/patches/patch-aa +++ b/net/dcsharp/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.1.1.1 2008/04/25 16:10:27 kefren Exp $ +$NetBSD: patch-aa,v 1.2 2009/01/06 18:54:51 kefren Exp $ --- SConstruct.orig 2007-10-26 12:11:04.000000000 +0300 +++ SConstruct 2008-04-24 21:34:37.000000000 +0300 @@ -12,7 +12,7 @@ @@ -6,7 +6,7 @@ $NetBSD: patch-aa,v 1.1.1.1 2008/04/25 16:10:27 kefren Exp $ opts.Add(PathOption('BINDIR', 'System executable path', '$PREFIX/bin')); opts.Add(PathOption('SHAREDIR', 'System shared data path', '$PREFIX/share')); -opts.Add(PathOption('SYSCONFDIR', 'System configuration path', '/etc')); -+opts.Add(PathOption('SYSCONFDIR', 'System configuration path', '$PREFIX/etc')); ++opts.Add(PathOption('SYSCONFDIR', 'System configuration path', '$PREFIX/share')); opts.Add(PathOption('DESTDIR', 'System base installation path', '/')); opts.Add(BoolOption('DEBUG', 'Compile with debug information', 0)); |