pkgsrc/sysutils/sysbuild/patches/patch-Makefile.in
jmmv 32c18ca4cf Fix path to sysbuild in sysbuild4cron.
This is a pull-up of upstream 1eb74a64b213d0e4e6a98955169fae76b1c563e0
which was committed on 2014-07-01 but never checked in here (nor I have
released another distfile yet).

Bump PKGREVISION to 2 for this fix.
2016-02-01 03:21:30 +00:00

13 lines
538 B
Text

$NetBSD: patch-Makefile.in,v 1.1 2016/02/01 03:21:30 jmmv Exp $
--- Makefile.in.orig 2016-01-31 15:50:39.000000000 -0500
+++ Makefile.in 2016-01-31 15:50:48.000000000 -0500
@@ -294,7 +294,7 @@ EXTRA_DIST = $(doc_DATA) INSTALL README
sysbuild.1.in $(am__append_2)
BUILD_SED = \
sed -e 's,__ATF_SH__,$(ATF_SH),g' \
- -e 's,__SYSBUILD_BINDIR__,$(exec_prefix),g' \
+ -e 's,__SYSBUILD_BINDIR__,$(exec_prefix)/bin,g' \
-e 's,__SYSBUILD_ETCDIR__,$(sysbuild_confdir),g' \
-e 's,__SYSBUILD_SHAREDIR__,$(pkgdatadir),g'