2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-20 02:00:24 +00:00

fix buildpythonrpm

This commit is contained in:
bybai
2018-01-22 00:02:51 -05:00
parent b32764540c
commit 08a3bb11e2

View File

@@ -22,7 +22,7 @@ VER=`cat Version`
REL="--define"
EASE='usedate 1'
RPMROOT=/root/rpmbuild
mkdir -p $RPMROOT/SOURCES
rpmbuild --version > /dev/null
if [ $? -gt 0 ]; then
echo "Error: rpmbuild does not appear to be installed or working."