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() ...@@ -78,6 +78,7 @@ uni_rpminstall()
# $NICE $GEARBUILDREQ --commit -- $@ || RET=$? # $NICE $GEARBUILDREQ --commit -- $@ || RET=$?
#else #else
echo -n "Install package " echo -n "Install package "
mkdir -p $RPMTOPDIR/SOURCES $RPMTOPDIR/SRPMS $RPMTOPDIR/RPMS
rpm -iv "$TWOPARAM" $@ || RET=$? rpm -iv "$TWOPARAM" $@ || RET=$?
#fi #fi
return $RET 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