diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2003-12-01 11:34:45 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2003-12-01 11:34:45 +0000 |
commit | 7fa856e29ea680b0bc4f2a4ac130ccdb1b0d38ce (patch) | |
tree | 3b0f8bcb03a9a4bc8abe9ad487c6920e3d1f7081 /move | |
parent | 74c6a0dcb985b6e07f5bd7005e2e87f9096098ae (diff) | |
download | drakx-7fa856e29ea680b0bc4f2a4ac130ccdb1b0d38ce.tar drakx-7fa856e29ea680b0bc4f2a4ac130ccdb1b0d38ce.tar.gz drakx-7fa856e29ea680b0bc4f2a4ac130ccdb1b0d38ce.tar.bz2 drakx-7fa856e29ea680b0bc4f2a4ac130ccdb1b0d38ce.tar.xz drakx-7fa856e29ea680b0bc4f2a4ac130ccdb1b0d38ce.zip |
should at least compile now
Diffstat (limited to 'move')
-rwxr-xr-x | move/make_live | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/move/make_live b/move/make_live index 7d3029746..00974aece 100755 --- a/move/make_live +++ b/move/make_live @@ -154,7 +154,5 @@ if (!-e "$::prefix/usr/share/speedtouch/mgmt.o") { #- CD-based applications substInFile { - foreach qw(kaudiocreator kscd) { - s|.*command="$_".*||; - } + s|.*command="$_".*|| foreach qw(kaudiocreator kscd); } "$::prefix/usr/lib/menu/simplified/mandrake_desk"; |