diff options
author | Sheldon Hearn <sheldonh@FreeBSD.org> | 2000-08-15 10:22:36 +0000 |
---|---|---|
committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 2000-08-15 10:22:36 +0000 |
commit | 4e28d4de05080ad0b7b8856a3d4b645e47378d55 (patch) | |
tree | a7c667b9dd9e0be60fd47ff3bf6068ea94e1b149 /emulators/linux_base-rh-9/Makefile | |
parent | bd9d1979dda9036d0ce5451e12ac694a83fc8880 (diff) | |
download | ports-4e28d4de05080ad0b7b8856a3d4b645e47378d55.tar.gz ports-4e28d4de05080ad0b7b8856a3d4b645e47378d55.zip |
Notes
Diffstat (limited to 'emulators/linux_base-rh-9/Makefile')
-rw-r--r-- | emulators/linux_base-rh-9/Makefile | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/emulators/linux_base-rh-9/Makefile b/emulators/linux_base-rh-9/Makefile index 3d81d0ed718c..80aa0bd30fa2 100644 --- a/emulators/linux_base-rh-9/Makefile +++ b/emulators/linux_base-rh-9/Makefile @@ -124,17 +124,14 @@ NEEDLOADLINK= true do-patch: @${DO_NADA} +pre-install: +# +# Handle the loading of the linux loadable kernel module if +# required. +# + @${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL + do-install: - @if [ -z "`kldstat -v | ${GREP} -E 'linux(aout|elf)'`" ]; then \ - ${ECHO} 'Linux mode is not enabled.\ - Loading linux kernel module...' | fmt; \ - linux || { \ - ${ECHO} 'The linux kernel module could not be loaded.\ - Please manually load the module and retry.\ - See "man linux" for details.' | fmt; \ - ${FALSE}; \ - };\ - fi @${MKDIR} ${PREFIX}/${DBPATH} @${MKDIR} ${PREFIX}/var/tmp @rpm --initdb --root ${PREFIX} --dbpath ${DBPATH} |