Manuel,
Just an opinion on coding style, I find this easier to read.
case ${this_script} in
# ALSA packages version
alsa* ) this_script="alsa" ;;
# KDE packages version
kdevelop ) : ;;
kde*config ) : ;;
kde* ) this_script="kde" ;;
# Xorg7 packages version
xorg7-server ) this_script="xorg-server" ;;
xterm2 ) this_script="xterm" ;;
xorg7* ) this_script="xorg7" ;;
esac
--
http://linuxfromscratch.org/mailman/listinfo/alfs-discuss
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page