From f58e55ea1ec57f93eae9e20812843c30d2e99a0d Mon Sep 17 00:00:00 2001 From: Trevor Johnson Date: Thu, 26 Sep 2002 16:26:19 +0000 Subject: On -CURRENT (i386), installation of the bash RPM failed because of a missing libtermcap.so.2. --- emulators/linux_base-suse-9.1/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'emulators/linux_base-suse-9.1') diff --git a/emulators/linux_base-suse-9.1/Makefile b/emulators/linux_base-suse-9.1/Makefile index a3fd42bada52..c35ed4efdbf1 100644 --- a/emulators/linux_base-suse-9.1/Makefile +++ b/emulators/linux_base-suse-9.1/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. -- cgit v1.2.3