Fix installation of example files.
This commit is contained in:
parent
c2c0bd76a5
commit
5524c24038
1 changed files with 13 additions and 0 deletions
13
sysutils/cfengine2/patches/patch-aa
Normal file
13
sysutils/cfengine2/patches/patch-aa
Normal file
|
@ -0,0 +1,13 @@
|
|||
$NetBSD: patch-aa,v 1.3 2007/02/07 00:03:58 wiz Exp $
|
||||
|
||||
--- inputs/Makefile.in.orig 2007-01-25 20:15:25.000000000 +0000
|
||||
+++ inputs/Makefile.in
|
||||
@@ -17,7 +17,7 @@
|
||||
srcdir = @srcdir@
|
||||
top_srcdir = @top_srcdir@
|
||||
VPATH = @srcdir@
|
||||
-pkgdatadir = $(datadir)/@PACKAGE@
|
||||
+pkgdatadir = $(datadir)/examples/@PACKAGE@
|
||||
pkglibdir = $(libdir)/@PACKAGE@
|
||||
pkgincludedir = $(includedir)/@PACKAGE@
|
||||
top_builddir = ..
|
Loading…
Reference in a new issue