Skip to content
Snippets Groups Projects
Commit aa8e5c6d authored by Mads Kiilerich's avatar Mads Kiilerich
Browse files

rpms: create missing builds dir if it doesn't exist

parent 3e48462e
No related merge requests found
......@@ -74,6 +74,7 @@
$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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment