default *.spec

This commit is contained in:
Biplob SD 2020-06-25 17:35:29 +06:00 committed by GitHub
parent 99ed1fb8c9
commit b22424d290
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ PYPI_INDEX_URL=$3
WORKDIR=${SRCDIR:-/src}
SPEC_FILE="${SRCDIR}/${4}"
SPEC_FILE=${4:-*.spec}
python -m pip install --upgrade pip wheel setuptools