diff options
author | Frederic Lepied <flepied@mandriva.com> | 2004-05-06 05:49:57 +0000 |
---|---|---|
committer | Frederic Lepied <flepied@mandriva.com> | 2004-05-06 05:49:57 +0000 |
commit | bdb495a5a3d0f98c2c43e680c5e6fb828f8f4ee2 (patch) | |
tree | 7bd9bc72cabf0846c9a8aa441862aecf7d88c3b2 /rpmbuildupdate | |
parent | 675b0f4be54f598ed50328b03922f97b31a136eb (diff) | |
download | bootsplash-bdb495a5a3d0f98c2c43e680c5e6fb828f8f4ee2.tar bootsplash-bdb495a5a3d0f98c2c43e680c5e6fb828f8f4ee2.tar.gz bootsplash-bdb495a5a3d0f98c2c43e680c5e6fb828f8f4ee2.tar.bz2 bootsplash-bdb495a5a3d0f98c2c43e680c5e6fb828f8f4ee2.tar.xz bootsplash-bdb495a5a3d0f98c2c43e680c5e6fb828f8f4ee2.zip |
really install depenencies
Diffstat (limited to 'rpmbuildupdate')
-rwxr-xr-x | rpmbuildupdate | 2 |
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; } |