diff options
author | Florent Villard <warly@mandriva.com> | 2006-03-02 15:40:04 +0000 |
---|---|---|
committer | Florent Villard <warly@mandriva.com> | 2006-03-02 15:40:04 +0000 |
commit | 24bd16e7ecc079d652fc2d9c5cb2206c094b199b (patch) | |
tree | e80b3da083a380bfd86b9ea9ad639ef718c7384a /live | |
parent | ffa1e8fd83e5a1e4e1ae61cbde81818dd3646904 (diff) | |
download | drakx-backup-do-not-use-24bd16e7ecc079d652fc2d9c5cb2206c094b199b.tar drakx-backup-do-not-use-24bd16e7ecc079d652fc2d9c5cb2206c094b199b.tar.gz drakx-backup-do-not-use-24bd16e7ecc079d652fc2d9c5cb2206c094b199b.tar.bz2 drakx-backup-do-not-use-24bd16e7ecc079d652fc2d9c5cb2206c094b199b.tar.xz drakx-backup-do-not-use-24bd16e7ecc079d652fc2d9c5cb2206c094b199b.zip |
doble backquote ( for perl -pi -e
Diffstat (limited to 'live')
-rw-r--r-- | live/One/2006.0/config/auto_inst.cfg.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/live/One/2006.0/config/auto_inst.cfg.pl b/live/One/2006.0/config/auto_inst.cfg.pl index f53f7b0aa..aae8671bd 100644 --- a/live/One/2006.0/config/auto_inst.cfg.pl +++ b/live/One/2006.0/config/auto_inst.cfg.pl @@ -181,7 +181,7 @@ $o = { 'postInstall' => join(";", #- do not modify it the standard way, since the behaviour would be unexpected during install "perl -pi -e 's/META_CLASS=.*/META_CLASS=one/' /etc/sysconfig/system", - "perl -pi -e 's/\(Community\)/\(Official\)/' /etc/release", + "perl -pi -e 's/\\(Community\\)/\(Official\)/' /etc/release", #- try not to run kat a second time when running kde apps as root (#21308) "touch /root/.mdv-no_kat", #- remove useless ISDN network configuration file, |