python/python-libarchive-c: Fixed bashism.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
David Spencer 2017-07-24 16:11:03 +01:00 committed by David Spencer
parent 188dc4d4bf
commit 5529f40be9

View file

@ -73,7 +73,7 @@ find -L . \
python setup.py install --root=$PKG
if [ "${PYTHON3:-no}" == "yes" ]; then
if [ "${PYTHON3:-no}" = "yes" ]; then
rm -rf build
python3 setup.py install --root=$PKG
fi