summaryrefslogtreecommitdiff
path: root/emulators/suse100_base
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2007-07-30 14:42:43 +0000
committerjlam <jlam@pkgsrc.org>2007-07-30 14:42:43 +0000
commit0ddffec6770360bdac1aa8087bddb2fe17b8f962 (patch)
treea6e2596a499ba204243b0c9e95d4b6151df11306 /emulators/suse100_base
parent539fcefa9497bc10b70559b0a682474af3a9cfe8 (diff)
downloadpkgsrc-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/suse100_base')
-rw-r--r--emulators/suse100_base/INSTALL3
-rw-r--r--emulators/suse100_base/Makefile4
2 files changed, 4 insertions, 3 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