python3: fix unary operator expected warning

This commit is contained in:
Sergei Reznikov
2018-05-05 23:09:44 +03:00
parent d61e5d2c7b
commit 71ba56d880

View File

@@ -16,7 +16,7 @@ SOURCE_URI="https://www.python.org/ftp/python/$portVersion/Python-$portVersion.t
CHECKSUM_SHA256="cda7d967c9a4bfa52337cdf551bcc5cff026b6ac50a8834e568ce4a794ca81da"
SOURCE_DIR="Python-$portVersion"
PATCHES="python3-$portVersion.patchset"
if [ $secondaryArchSuffix = _x86 ] ; then
if [ "$secondaryArchSuffix" = _x86 ] ; then
PATCHES+="
python3_x86-$portVersion.patchset
"