diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2003-04-18 11:41:13 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2003-04-18 11:41:13 +0000 |
commit | 6cbdc9ab5db0086a64f1eb0c3d4909f4f8db647c (patch) | |
tree | 61933b05ace047cfe8f414d4e31ed3b97caddfa1 /emulators/linux_base-debian/pkg-req | |
parent | Forced commit. (diff) |
Add a port for linux_base-debian 3.0.23,
an alternative linux emulation base of emulators/linux_base
Notes
Notes:
svn path=/head/; revision=79229
Diffstat (limited to 'emulators/linux_base-debian/pkg-req')
-rw-r--r-- | emulators/linux_base-debian/pkg-req | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/emulators/linux_base-debian/pkg-req b/emulators/linux_base-debian/pkg-req new file mode 100644 index 000000000000..878ce96b02da --- /dev/null +++ b/emulators/linux_base-debian/pkg-req @@ -0,0 +1,9 @@ +#!/bin/sh +# $FreeBSD$ + +if [ "x$1" = "xINSTALL" -o "x$2" = "xINSTALL" ]; then + if [ -f ${PKG_PREFIX}/etc/redhat-release ]; then + echo "linux_base-debian can't be installed into the redhat base" + exit 1 + fi +fi |