summaryrefslogtreecommitdiffstats
path: root/config/auto_inst.cfg.pl
diff options
context:
space:
mode:
authorMartin Whitaker <mageia@martin-whitaker.me.uk>2017-03-28 23:28:18 +0100
committerMartin Whitaker <mageia@martin-whitaker.me.uk>2017-03-28 23:39:37 +0100
commit6bff21f764461613ce6fb2e5fcb0ed7eef046ac6 (patch)
tree41308bd828053036c88c9c2ddad7361031b14ea6 /config/auto_inst.cfg.pl
parent546cc5726f1d2c444aaa323243d0f609b014dca4 (diff)
downloaddraklive-config-6bff21f764461613ce6fb2e5fcb0ed7eef046ac6.tar
draklive-config-6bff21f764461613ce6fb2e5fcb0ed7eef046ac6.tar.gz
draklive-config-6bff21f764461613ce6fb2e5fcb0ed7eef046ac6.tar.bz2
draklive-config-6bff21f764461613ce6fb2e5fcb0ed7eef046ac6.tar.xz
draklive-config-6bff21f764461613ce6fb2e5fcb0ed7eef046ac6.zip
Use Xfce instead of xfce4 for the ISO file name and disk label.
This is the name & capitalisation used upstream.
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);