From bf6976b19dd3ce6b66823f5fa4cb8101aa898cf8 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Mon, 1 Dec 2003 15:26:44 +0000 Subject: *** empty log message *** --- move/make_live | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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"; -- cgit v1.2.1