fix /home/travis/rpmbuild/*: No such file or directory

This commit is contained in:
Matthias Mailänder
2014-06-05 11:39:23 +02:00
parent 2ca6bb5102
commit 7c28351ce3

View File

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