mkrevision.sh uses /bin/sh by default now.
This commit is contained in:
parent
5fd62a3ef9
commit
2a69b3066d
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile.common,v 1.3 2005/10/07 08:43:48 leonardschmidt Exp $
|
||||
# $NetBSD: Makefile.common,v 1.4 2005/10/07 08:54:30 leonardschmidt Exp $
|
||||
#
|
||||
|
||||
DISTNAME= bmpx-0.12-RC4
|
||||
|
@ -25,7 +25,7 @@ CONFIGURE_ARGS+= --disable-dbus
|
|||
|
||||
SUBST_CLASSES+= shebang
|
||||
SUBST_STAGE.shebang= pre-configure
|
||||
SUBST_FILES.shebang= scripts/mkrevision.sh scripts/mkgets.sh
|
||||
SUBST_FILES.shebang= scripts/mkgets.sh
|
||||
SUBST_SED.shebang= -e 's|/bin/bash|${SH}|g'
|
||||
|
||||
.include "../../audio/taglib/buildlink3.mk"
|
||||
|
|
Loading…
Reference in a new issue