Update xorriso-tcltk

This commit is contained in:
MatMoul 2018-06-05 00:41:16 +02:00
parent 3f6c10e376
commit d6b4c175af

View file

@ -4,7 +4,7 @@
options=()
options+=("k3b" "" off)
options+=("xfburn" "" off)
options+=("xorriso-tcltk" "libisoburn tk bwidget" off)
#options+=("xorriso-tcltk" "libisoburn tk kjobwidgets" off)
options+=("gnomebaker" "(AUR)" off)
sel=$(whiptail --backtitle "$apptitle" --title "Burner applications :" --checklist "Choose what you want" --cancel-button "Back" 0 0 0 \
@ -17,7 +17,7 @@ fi
for itm in $sel; do
case $itm in
'"gnomebaker"') aurpkg="$aurpkg $(echo $itm | sed 's/"//g')";;
'"xorriso-tcltk"') pkg="$pkg libisoburn tk bwidget";;
'"xorriso-tcltk"') pkg="$pkg libisoburn tk kjobwidgets";;
*) pkg="$pkg $(echo $itm | sed 's/"//g')";;
esac
done