Commit e275e68d authored by Vitaly Lipatov's avatar Vitaly Lipatov

eterbuild/rpm: create SOURCE dir before install src.rpm

parent 6436bccf
......@@ -78,6 +78,7 @@ uni_rpminstall()
# $NICE $GEARBUILDREQ --commit -- $@ || RET=$?
#else
echo -n "Install package "
mkdir -p $RPMTOPDIR/SOURCES $RPMTOPDIR/SRPMS $RPMTOPDIR/RPMS
rpm -iv "$TWOPARAM" $@ || RET=$?
#fi
return $RET
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment