mkrevision.sh uses /bin/sh by default now.

This commit is contained in:
Leonard Schmidt 2005-10-07 08:54:30 +00:00 committed by Thomas Klausner
parent 5fd62a3ef9
commit 2a69b3066d

View file

@ -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"