freebsd-ports/emulators/linux_base-debian/pkg-req
Hye-Shik Chang 6cbdc9ab5d Add a port for linux_base-debian 3.0.23,
an alternative linux emulation base of emulators/linux_base
2003-04-18 11:41:13 +00:00

9 lines
216 B
Bash

#!/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