diff options
author | jlam <jlam@pkgsrc.org> | 2007-07-30 14:42:43 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2007-07-30 14:42:43 +0000 |
commit | 0ddffec6770360bdac1aa8087bddb2fe17b8f962 (patch) | |
tree | a6e2596a499ba204243b0c9e95d4b6151df11306 /emulators | |
parent | 539fcefa9497bc10b70559b0a682474af3a9cfe8 (diff) | |
download | pkgsrc-0ddffec6770360bdac1aa8087bddb2fe17b8f962.tar.gz |
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).
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/suse100_base/INSTALL | 3 | ||||
-rw-r--r-- | emulators/suse100_base/Makefile | 4 | ||||
-rw-r--r-- | emulators/suse91_base/INSTALL | 3 | ||||
-rw-r--r-- | emulators/suse91_base/Makefile | 4 |
4 files changed, 8 insertions, 6 deletions
diff --git a/emulators/suse100_base/INSTALL b/emulators/suse100_base/INSTALL index 12831a79c54..0f46bf58fa7 100644 --- a/emulators/suse100_base/INSTALL +++ b/emulators/suse100_base/INSTALL @@ -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@" diff --git a/emulators/suse100_base/Makefile b/emulators/suse100_base/Makefile index aea3c7a1937..15ee84be338 100644 --- a/emulators/suse100_base/Makefile +++ b/emulators/suse100_base/Makefile @@ -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 diff --git a/emulators/suse91_base/INSTALL b/emulators/suse91_base/INSTALL index 160521a80d9..c26554c622d 100644 --- a/emulators/suse91_base/INSTALL +++ b/emulators/suse91_base/INSTALL @@ -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@" diff --git a/emulators/suse91_base/Makefile b/emulators/suse91_base/Makefile index d06b6b431cb..d2c67f75b11 100644 --- a/emulators/suse91_base/Makefile +++ b/emulators/suse91_base/Makefile @@ -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 |