diff options
Diffstat (limited to 'emulators/linux_base-suse-9.2/Makefile')
-rw-r--r-- | emulators/linux_base-suse-9.2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/linux_base-suse-9.2/Makefile b/emulators/linux_base-suse-9.2/Makefile index c35ed4e..9a81e19 100644 --- a/emulators/linux_base-suse-9.2/Makefile +++ b/emulators/linux_base-suse-9.2/Makefile @@ -118,7 +118,7 @@ pre-install: do-install: @${MKDIR} ${LINUXBASE}/${DBPATH} @${MKDIR} ${LINUXBASE}/var/tmp ${LINUXBASE}/lib - @cd ${LINUXBASE}/lib && ${LN} -s libtermcap.so.2.0.8 libtermcap.so.2 + @cd ${LINUXBASE}/lib && ${LN} -sf 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. @@ -157,7 +157,7 @@ do-install: @for F in ${REMOVE_FILES}; do \ ${RM} -f ${LINUXBASE}/$$F; \ done - @${LN} -s /var/tmp ${LINUXBASE}/usr/tmp + @${LN} -sf /var/tmp ${LINUXBASE}/usr/tmp post-install: @${ECHO} '' |