mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-21 19:20:08 +02:00
python3: fix unary operator expected warning
This commit is contained in:
@@ -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
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user