From 337801868e55146ca66221654d6295d0e24b01a7 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Sat, 3 Jun 2000 12:08:35 +0000 Subject: no_comment --- perl-install/install2.pm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'perl-install/install2.pm') diff --git a/perl-install/install2.pm b/perl-install/install2.pm index 15566d0c7..c44728d1f 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -721,6 +721,9 @@ sub main { last if $o->{step} eq 'exitInstall'; } + #- mainly for auto_install's + run_program::rooted($o->{prefix}, "sh", "-c", $o->{postInstall}) if $o->{postInstall}; + install_any::clean_postinstall_rpms(); install_any::ejectCdrom(); @@ -740,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", "$o->{prefix}/root") }; + eval { commands::cp('-f', "/tmp/ddebug.log", "/tmp/exec.log", "$o->{prefix}/root") }; #- ala pixel? :-) [fpons] sync(); sync(); -- cgit v1.2.1