summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2020-05-29 14:05:09 +0200
committer Eric Hameleers <alien@slackware.com>2020-05-29 14:05:09 +0200
commit0a0c7ab4f93180f104670388eacb10ff48c6d621 (patch)
treec3670f924bd1d5da70f93bde657ae41e000f6967
parent0af67676db33007d9a7319d7f2e1108a5063af82 (diff)
downloadliveslak-0a0c7ab4f93180f104670388eacb10ff48c6d621.tar.gz
liveslak-0a0c7ab4f93180f104670388eacb10ff48c6d621.tar.xz
Fix a shell syntactical error
-rwxr-xr-xmake_slackware_live.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/make_slackware_live.sh b/make_slackware_live.sh
index f1e5cbd..6de478a 100755
--- a/make_slackware_live.sh
+++ b/make_slackware_live.sh
@@ -504,7 +504,7 @@ function install_pkgs() {
# Also remove man pages:
rm -rf "$2"/usr/man
fi
- if [ "$LIVEDE" = "XFCE" ]; then
+ if [ "$LIVEDE" = "XFCE" ]; then
# By pruning stuff that no one likely needs anyway,
# we make room for packages we would otherwise not be able to add.
# MySQL embedded is only used by Amarok: