diff options
Diffstat (limited to 'make_slackware_live.sh')
-rwxr-xr-x | make_slackware_live.sh | 2 |
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: |