fix /home/travis/rpmbuild/SPECS/openra.spec: No such directory

This commit is contained in:
Matthias Mailänder
2014-06-05 13:21:25 +02:00
parent 354353814e
commit 76da946075

View File

@@ -7,6 +7,7 @@ then
fi
mkdir ~/rpmbuild/
mkdir ~/rpmbuild/SPECS
# Replace any dashes in the version string with periods
PKGVERSION=`echo $1 | sed "s/-/\\./g"`