mirror of
https://github.com/facebook/sapling.git
synced 2025-01-07 22:21:40 +03:00
rpms: create missing builds dir if it doesn't exist
This commit is contained in:
parent
ea7df88985
commit
8561ae6b39
@ -74,6 +74,7 @@ fi
|
||||
$HG archive -t tgz $RPMBUILDDIR/SOURCES/mercurial-$version-$release.tar.gz
|
||||
if [ "$PYTHONVER" ]; then
|
||||
(
|
||||
mkdir -p build
|
||||
cd build
|
||||
PYTHON_SRCFILE=Python-$PYTHONVER.tgz
|
||||
[ -f $PYTHON_SRCFILE ] || curl -Lo $PYTHON_SRCFILE http://www.python.org/ftp/python/$PYTHONVER/$PYTHON_SRCFILE
|
||||
|
Loading…
Reference in New Issue
Block a user