aboutsummaryrefslogtreecommitdiff
path: root/emulators/linux_base-rh-9
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2002-09-26 16:26:19 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2002-09-26 16:26:19 +0000
commitf58e55ea1ec57f93eae9e20812843c30d2e99a0d (patch)
tree33b7875d7834c58f4d6627de8d0e2ba522ce0869 /emulators/linux_base-rh-9
parente7bfaf6db7c355df23d4f09962c5428ce4e11d08 (diff)
downloadports-f58e55ea1ec57f93eae9e20812843c30d2e99a0d.tar.gz
ports-f58e55ea1ec57f93eae9e20812843c30d2e99a0d.zip
Notes
Diffstat (limited to 'emulators/linux_base-rh-9')
-rw-r--r--emulators/linux_base-rh-9/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/linux_base-rh-9/Makefile b/emulators/linux_base-rh-9/Makefile
index a3fd42bada52..c35ed4efdbf1 100644
--- a/emulators/linux_base-rh-9/Makefile
+++ b/emulators/linux_base-rh-9/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.