Debian: Fix setting of FAT_CLIENT_DESKTOPS from configuration file. Thanks to Finn...
authorVagrant Cascadian <vagrant@debian.org>
Thu, 8 Dec 2016 05:31:04 +0000 (07:31 +0200)
committerVagrant Cascadian <vagrant@debian.org>
Mon, 9 Jan 2017 20:07:59 +0000 (20:07 +0000)
Gbp-Pq: Topic upstream
Gbp-Pq: Name 0001-Debian-Fix-setting-of-FAT_CLIENT_DESKTOPS-from-confi.patch

server/share/ltsp/plugins/ltsp-build-client/Debian/030-fat-client

index aa1699a4dd9b19baaeeb4fb680c2a010b3b05e8d..26dc2e14896016e2518b2a7f01fb346411e64bd3 100644 (file)
@@ -12,6 +12,8 @@ case "$MODE" in
 
         if [ -n "$option_fat_client_desktop_value" ]; then
             FAT_CLIENT_DESKTOPS="$(echo $option_fat_client_desktop_value | tr ',' ' ')"
+        fi
+        if [ -n "$FAT_CLIENT_DESKTOPS" ]; then
             EARLY_PACKAGES="$EARLY_PACKAGES $FAT_CLIENT_DESKTOPS"
         fi
         ;;