diff options
-rw-r--r-- | emulators/suse113_base/Makefile | 4 | ||||
-rw-r--r-- | emulators/suse113_base/PLIST | 4 | ||||
-rw-r--r-- | emulators/suse113_linux/Makefile.common | 3 |
3 files changed, 6 insertions, 5 deletions
diff --git a/emulators/suse113_base/Makefile b/emulators/suse113_base/Makefile index b3353d1119e..396b8a55c9f 100644 --- a/emulators/suse113_base/Makefile +++ b/emulators/suse113_base/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2011/10/07 08:22:46 ryoon Exp $ +# $NetBSD: Makefile,v 1.10 2011/12/15 17:00:31 abs Exp $ DISTNAME= suse_base-${SUSE_VERSION} -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= emulators DISTFILES+= aaa_base-11.3-8.9.1.${SUSE_ARCH}.rpm DISTFILES+= bash-4.1-8.1.${SUSE_ARCH}.rpm diff --git a/emulators/suse113_base/PLIST b/emulators/suse113_base/PLIST index e206feed99f..9f8acfaeab4 100644 --- a/emulators/suse113_base/PLIST +++ b/emulators/suse113_base/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2011/10/07 08:22:46 ryoon Exp $ +@comment $NetBSD: PLIST,v 1.3 2011/12/15 17:00:31 abs Exp $ sbin/${LINUX_BASE}-mkpwd ${EMULSUBDIRSLASH}etc/SuSE-release -@pkgdir emul/linux/dev/shm +@pkgdir emul/${LINUX_BASE}/dev/shm diff --git a/emulators/suse113_linux/Makefile.common b/emulators/suse113_linux/Makefile.common index 28c29d376df..a3be9dc0006 100644 --- a/emulators/suse113_linux/Makefile.common +++ b/emulators/suse113_linux/Makefile.common @@ -1,4 +1,5 @@ -# $NetBSD: Makefile.common,v 1.5 2011/02/27 15:41:55 chs Exp $ +# $NetBSD: Makefile.common,v 1.6 2011/12/15 17:00:31 abs Exp $ +# used by emulators/suse113_base/Makefile SUSE_PKG= yes SUSE_VERSION= 11.3 |