Add definition for DIRNAME to the INSTALL scripts, which is needed when

creating the /emul/linux symlink on a system where /emul doesn't exist.
Problem noted by <wiz> in private email.

Bump the PKGREVISIONs of suse100_base and suse91_base (and also the
corresponding suse32 packages by implication).
This commit is contained in:
jlam 2007-07-30 14:42:43 +00:00
parent 539fcefa94
commit 0ddffec677
4 changed files with 8 additions and 6 deletions

View file

@ -1,4 +1,4 @@
# $NetBSD: INSTALL,v 1.6 2007/07/30 00:01:05 jlam Exp $
# $NetBSD: INSTALL,v 1.7 2007/07/30 14:42:43 jlam Exp $
# Generate a +ROOT_ACTIONS script that runs certain actions that require
# superuser privileges.
@ -21,6 +21,7 @@ UNPACK,|UNPACK,+ROOT_ACTIONS)
CAT="@CAT@"
CHMOD="@CHMOD@"
CP="@CP@"
DIRNAME="@DIRNAME@"
ECHO="@ECHO@"
ID="@ID@"
LN="@LN@"

View file

@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.10 2007/07/29 05:18:39 jlam Exp $
# $NetBSD: Makefile,v 1.11 2007/07/30 14:42:43 jlam Exp $
DISTNAME= suse_base-${SUSE_VERSION}
PKGREVISION= 4
PKGREVISION= 5
CATEGORIES= emulators
MAINTAINER= tonio@NetBSD.org

View file

@ -1,4 +1,4 @@
# $NetBSD: INSTALL,v 1.5 2007/07/30 00:01:05 jlam Exp $
# $NetBSD: INSTALL,v 1.6 2007/07/30 14:42:43 jlam Exp $
# Generate a +ROOT_ACTIONS script that runs certain actions that require
# superuser privileges.
@ -21,6 +21,7 @@ UNPACK,|UNPACK,+ROOT_ACTIONS)
CAT="@CAT@"
CHMOD="@CHMOD@"
CP="@CP@"
DIRNAME="@DIRNAME@"
ECHO="@ECHO@"
ID="@ID@"
LN="@LN@"

View file

@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.27 2007/07/29 05:19:04 jlam Exp $
# $NetBSD: Makefile,v 1.28 2007/07/30 14:42:43 jlam Exp $
DISTNAME= suse_base-${SUSE_VERSION}
PKGREVISION= 13
PKGREVISION= 14
CATEGORIES= emulators
MAINTAINER= tron@NetBSD.org