mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-10-01 16:06:32 -04:00
16 lines
446 B
Plaintext
16 lines
446 B
Plaintext
$NetBSD: patch-aa,v 1.3 2013/06/30 20:11:47 rodent Exp $
|
|
|
|
Fix EGDIR path.
|
|
|
|
--- config/Makefile.in.orig 2009-11-26 11:26:00.000000000 +0000
|
|
+++ config/Makefile.in
|
|
@@ -204,7 +204,7 @@ target_alias = @target_alias@
|
|
top_build_prefix = @top_build_prefix@
|
|
top_builddir = @top_builddir@
|
|
top_srcdir = @top_srcdir@
|
|
-globalconfigdir = $(sysconfdir)/compizconfig
|
|
+globalconfigdir = ${prefix}/share/examples/compizconfig
|
|
globalconfig_DATA = \
|
|
config
|
|
|