summaryrefslogtreecommitdiffstats
path: root/config/auto_inst.cfg.pl
diff options
context:
space:
mode:
Diffstat (limited to 'config/auto_inst.cfg.pl')
-rw-r--r--config/auto_inst.cfg.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/auto_inst.cfg.pl b/config/auto_inst.cfg.pl
index 7ae502e..81d1071 100644
--- a/config/auto_inst.cfg.pl
+++ b/config/auto_inst.cfg.pl
@@ -11,7 +11,7 @@ my $distro_config = lc($distro_release);
my @desktops = split(/\|/, $ENV{DRAKLIVE_DESKTOP});
my $has_plasma = member('Plasma', @desktops);
my $has_gnome = member('GNOME', @desktops);
-my $has_xfce = member('xfce4', @desktops);
+my $has_xfce = member('Xfce', @desktops);
my $has_lxde = member('LXDE', @desktops);
my $has_enlightenment = member('Enlightenment', @desktops);