summaryrefslogtreecommitdiffstats
path: root/perl-install/install2.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2000-06-07 22:22:08 +0000
committerPascal Rigaux <pixel@mandriva.com>2000-06-07 22:22:08 +0000
commited721d84609cb863c236c9e7bd087aa6a362df3b (patch)
tree9b8be32ee086e82e574ecf502f16dc6c3483504b /perl-install/install2.pm
parent03396877116a0728d02b4f48861121e73e38a368 (diff)
downloaddrakx-ed721d84609cb863c236c9e7bd087aa6a362df3b.tar
drakx-ed721d84609cb863c236c9e7bd087aa6a362df3b.tar.gz
drakx-ed721d84609cb863c236c9e7bd087aa6a362df3b.tar.bz2
drakx-ed721d84609cb863c236c9e7bd087aa6a362df3b.tar.xz
drakx-ed721d84609cb863c236c9e7bd087aa6a362df3b.zip
no_comment
Diffstat (limited to 'perl-install/install2.pm')
-rw-r--r--perl-install/install2.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install2.pm b/perl-install/install2.pm
index 071da6a3a..cb6df9274 100644
--- a/perl-install/install2.pm
+++ b/perl-install/install2.pm
@@ -743,7 +743,7 @@ sub main {
-e "$o->{prefix}/usr/bin/urpmi" or eval { commands::rm("-rf", "$o->{prefix}/var/lib/urpmi") };
#- have the really bleeding edge ddebug.log for this f*cking msec :-/
- eval { commands::cp('-f', "/tmp/ddebug.log", "/tmp/exec.log", "$o->{prefix}/root") };
+ eval { commands::cp('-f', "/tmp/ddebug.log", "$o->{prefix}/root") };
#- ala pixel? :-) [fpons]
sync(); sync();