diff options
author | trevor <trevor@FreeBSD.org> | 2002-09-26 16:26:19 +0000 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2002-09-26 16:26:19 +0000 |
commit | 420290192be2ca5f6168bafeb4ea2e29327eadfc (patch) | |
tree | 4e3c8c8d9dfacc346c2bc210eb3b6723edfbf84b /emulators/linux_base | |
parent | 741952d38b415cbe7bd256721255163684085e20 (diff) | |
download | FreeBSD-ports-420290192be2ca5f6168bafeb4ea2e29327eadfc.zip FreeBSD-ports-420290192be2ca5f6168bafeb4ea2e29327eadfc.tar.gz |
On -CURRENT (i386), installation of the bash RPM failed because of
a missing libtermcap.so.2.
Diffstat (limited to 'emulators/linux_base')
-rw-r--r-- | emulators/linux_base/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/linux_base/Makefile b/emulators/linux_base/Makefile index a3fd42b..c35ed4e 100644 --- a/emulators/linux_base/Makefile +++ b/emulators/linux_base/Makefile @@ -117,7 +117,8 @@ pre-install: do-install: @${MKDIR} ${LINUXBASE}/${DBPATH} - @${MKDIR} ${LINUXBASE}/var/tmp + @${MKDIR} ${LINUXBASE}/var/tmp ${LINUXBASE}/lib + @cd ${LINUXBASE}/lib && ${LN} -s libtermcap.so.2.0.8 libtermcap.so.2 @${RPM} --initdb --root ${LINUXBASE} --dbpath ${DBPATH} # # Make sure we have a /dev/null in the chrooted environment. |