diff options
author | Marcel Moolenaar <marcel@FreeBSD.org> | 1999-09-03 07:25:50 +0000 |
---|---|---|
committer | Marcel Moolenaar <marcel@FreeBSD.org> | 1999-09-03 07:25:50 +0000 |
commit | 6f9d7e09ad37576f1fff2884927e5d15c85e96a3 (patch) | |
tree | 53e216d7b8c958a6c4b67868e7142adbeb513236 /emulators/linux_base-suse-9.2 | |
parent | 22d42ccb931643f6af9fbeec0210cf078d543863 (diff) | |
download | ports-6f9d7e09ad37576f1fff2884927e5d15c85e96a3.tar.gz ports-6f9d7e09ad37576f1fff2884927e5d15c85e96a3.zip |
Notes
Diffstat (limited to 'emulators/linux_base-suse-9.2')
-rw-r--r-- | emulators/linux_base-suse-9.2/Makefile | 1 | ||||
-rw-r--r-- | emulators/linux_base-suse-9.2/pkg-comment | 2 | ||||
-rw-r--r-- | emulators/linux_base-suse-9.2/pkg-descr | 4 |
3 files changed, 4 insertions, 3 deletions
diff --git a/emulators/linux_base-suse-9.2/Makefile b/emulators/linux_base-suse-9.2/Makefile index 690f003abbce..169f41387bcd 100644 --- a/emulators/linux_base-suse-9.2/Makefile +++ b/emulators/linux_base-suse-9.2/Makefile @@ -127,6 +127,7 @@ do-install: @${CHMOD} 666 ${PREFIX}/dev/null .if defined(NEEDLOADLINK) @${MKDIR} ${PREFIX}/compat + @${RM} -f ${PREFIX}/compat/linux @${LN} -s / ${PREFIX}/compat/linux .endif # diff --git a/emulators/linux_base-suse-9.2/pkg-comment b/emulators/linux_base-suse-9.2/pkg-comment index 85760c366c24..19a3f47dee11 100644 --- a/emulators/linux_base-suse-9.2/pkg-comment +++ b/emulators/linux_base-suse-9.2/pkg-comment @@ -1 +1 @@ -The base set of packages needed for linux emulation +The base set of packages needed in Linux mode diff --git a/emulators/linux_base-suse-9.2/pkg-descr b/emulators/linux_base-suse-9.2/pkg-descr index 8c3fa315be21..75d73323be09 100644 --- a/emulators/linux_base-suse-9.2/pkg-descr +++ b/emulators/linux_base-suse-9.2/pkg-descr @@ -1,6 +1,6 @@ -The linux-base port contains a selection of the packages from a minimal +The linux_base port contains a selection of the packages from a minimal Red Hat Linux installation. These packages, in conjunction with the linux -module, form the basis of the linux emulation. +module, form the basis of the linux compatibility environment. - Marcel marcel@FreeBSD.org |