diff -ruN novelclient/scripts/setup-United.sh novelclient-new/scripts/setup-United.sh --- novelclient/scripts/setup-United.sh 2004-12-15 12:39:23.000000000 +0100 +++ novelclient-new/scripts/setup-United.sh 2005-09-09 10:58:21.000000000 +0200 @@ -34,6 +34,14 @@ # $1 will hold the version number of the distribution # passed from the setup script chooser +if [ "$1" = "Slackware10.1" ]; then + RCFILE='/etc/rc.d/rc.local' # The local system configuration file + EXECDIR='/usr/local/bin' # Where the executables will be copied, must be on path + ICONDIR='/opt/kde/share/icons/' # Shared directory for icons + KDEDIR='/opt/kde/share/applnk/Internet/' # KDE app launcher that appears in user's menu + GNOMEDIR='/usr/share/applications/' # Gnome launchers that appear in user's menu +fi + if [ "$1" = "SuSE9.x" ]; then RCFILE='/etc/init.d/boot.local' # The local system configuration file EXECDIR='/usr/local/bin' # Where the executables will be copied, must be on path diff -ruN novelclient/setup.sh novelclient-new/setup.sh --- novelclient/setup.sh 2004-12-14 18:24:01.000000000 +0100 +++ novelclient-new/setup.sh 2005-09-09 10:59:25.000000000 +0200 @@ -50,7 +50,8 @@ --backtitle "Novel Client for Linux" \ --radiolist "\nIf you don't see your distribution, \ try to choose the closest match.\n " 0 0 9 \ - "SuSE_9.0" "" On \ + "Slackware_10.1" "" On \ + "SuSE_9.0" "" Off \ "Fedora_Core2" "" Off \ "Redhat_9.0" "" Off \ "Redhat_8.0" "" Off \ @@ -71,6 +72,10 @@ esac case $DIST in +"Slackware_10.1") + source scripts/setup-United.sh Slackware10.1 + exit 1 +;; "SuSE_9.0") source scripts/setup-United.sh SuSE9.x exit 1