debian: Wrong variable name was used to create /usr/share/qubes/xdg/autostart

This commit is contained in:
Jason Mehring 2014-11-09 13:27:38 -05:00
parent 51cac340ca
commit da6f6bd22b

View File

@ -83,7 +83,7 @@ showIn() {
desktop_entry_qubes="${XDG_CONFIG_QUBES}/autostart/${desktop_entry##*/}"
# Make sure Qubes autostart directory exists
mkdir -p "${XDG_CONFIG_QUBES_AUTOSTART}/autostart"
mkdir -p "${XDG_CONFIG_QUBES}/autostart"
# Desktop entry exists, so move to Qubes directory and modify it
if [ -e "${desktop_entry}" ]; then