aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Lepied <flepied@mandriva.com>2004-05-06 05:49:57 +0000
committerFrederic Lepied <flepied@mandriva.com>2004-05-06 05:49:57 +0000
commitbdb495a5a3d0f98c2c43e680c5e6fb828f8f4ee2 (patch)
tree7bd9bc72cabf0846c9a8aa441862aecf7d88c3b2
parent675b0f4be54f598ed50328b03922f97b31a136eb (diff)
downloadbootsplash-bdb495a5a3d0f98c2c43e680c5e6fb828f8f4ee2.tar
bootsplash-bdb495a5a3d0f98c2c43e680c5e6fb828f8f4ee2.tar.gz
bootsplash-bdb495a5a3d0f98c2c43e680c5e6fb828f8f4ee2.tar.bz2
bootsplash-bdb495a5a3d0f98c2c43e680c5e6fb828f8f4ee2.tar.xz
bootsplash-bdb495a5a3d0f98c2c43e680c5e6fb828f8f4ee2.zip
really install depenencies
-rwxr-xr-xrpmbuildupdate2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpmbuildupdate b/rpmbuildupdate
index d71a80f..94210f7 100755
--- a/rpmbuildupdate
+++ b/rpmbuildupdate
@@ -164,7 +164,7 @@ sub build
if($config{deps})
{
- print("sudo /usr/sbin/urpmi --auto --force ".$config{srpms}."/".$pkgrpm);
+ system_die("sudo /usr/sbin/urpmi --auto --force ".$config{srpms}."/".$pkgrpm);
wait;
}