summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmove/make_live7
1 files changed, 6 insertions, 1 deletions
diff --git a/move/make_live b/move/make_live
index a286d1f98..cb345525d 100755
--- a/move/make_live
+++ b/move/make_live
@@ -154,5 +154,10 @@ if (!-e "$::prefix/usr/share/speedtouch/mgmt.o") {
#- CD-based applications
substInFile {
- s|.*command="$_".*|| foreach qw(kaudiocreator kscd k3b);
+ foreach my $app (qw(kaudiocreator kscd k3b)) {
+ s|.*command="$app".*||;
+ }
} "$::prefix/usr/lib/menu/simplified/mandrake_desk";
+
+#- Xsession wants to start first-time
+unlink "$::prefix/usr/X11R6/bin/drakfw";