Fixed an error in the install script
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11153 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -18,12 +18,6 @@ else
|
|||||||
exit -1
|
exit -1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#Sometimes the OpenSSL installer is dumb and doesn't create the requisite symlinks
|
|
||||||
if test ! -e ~/config/lib/libssl.so && test -e ~/config/lib/libssl.so.0.9.7; then
|
|
||||||
ln -s ~/config/lib/libssl.so.0.9.7 ~/config/lib/libssl.so
|
|
||||||
ln -s ~/config/lib/libcrypto.so.0.9.7 ~/config/lib/libcrypto.so
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [ -n "$TTY" ]
|
if [ -n "$TTY" ]
|
||||||
then
|
then
|
||||||
quit "application/x-vnd.Be-POST"
|
quit "application/x-vnd.Be-POST"
|
||||||
@@ -64,6 +58,12 @@ else
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
#Sometimes the OpenSSL installer is dumb and doesn't create the requisite symlinks
|
||||||
|
if test ! -e ~/config/lib/libssl.so && test -e ~/config/lib/libssl.so.0.9.7; then
|
||||||
|
ln -s ~/config/lib/libssl.so.0.9.7 ~/config/lib/libssl.so
|
||||||
|
ln -s ~/config/lib/libcrypto.so.0.9.7 ~/config/lib/libcrypto.so
|
||||||
|
fi
|
||||||
|
|
||||||
# Launch prefs if this is a new install of MDR
|
# Launch prefs if this is a new install of MDR
|
||||||
if test ! -e "/boot/home/config/settings/Mail/chains"; then
|
if test ! -e "/boot/home/config/settings/Mail/chains"; then
|
||||||
/boot/beos/preferences/E-mail &
|
/boot/beos/preferences/E-mail &
|
||||||
|
|||||||
Reference in New Issue
Block a user