938bc46d4f
Somehow broken through the bl3 update, sorry for that. Bump PKGREVISION to 6.
13 lines
436 B
Text
13 lines
436 B
Text
$NetBSD: patch-ad,v 1.5 2004/05/05 11:18:15 wiz Exp $
|
|
|
|
--- src/bin/overrides/Makefile.in.orig 2003-11-18 07:16:55.000000000 +0100
|
|
+++ src/bin/overrides/Makefile.in
|
|
@@ -381,7 +381,7 @@ maintainer-clean-generic clean mostlycle
|
|
guile: guile.in ${top_builddir}/config.status
|
|
rm -f $@.tmp
|
|
sed < $< > $@.tmp \
|
|
- -e 's:@-GUILE-@:${GUILE}:'
|
|
+ -e 's:@-GUILE-@:${PREFIX}/${GUILE14_SUBDIR}/bin/guile:'
|
|
mv $@.tmp $@
|
|
chmod u+x $@
|
|
|