python3: fix #2558

'str' has no attribute 'append'
This commit is contained in:
irtusb
2018-05-25 13:01:45 -04:00
committed by Adrien Destugues
parent 2bfcef6ad5
commit 3abf6cda40
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ index d537963..fdbb8f4 100644
directory = directory.replace('%A',
os.path.dirname(os.path.abspath(sys.argv[0] or os.getcwd())))
+ directory.append("/x86")
+ directory = os.path.join(directory, "x86")
if not os.path.isdir(directory):
continue

View File

@@ -11,7 +11,7 @@ OSI-approved open source license.
HOMEPAGE="http://www.python.org"
LICENSE="Python"
COPYRIGHT="1990-2017, Python Software Foundation"
REVISION="3"
REVISION="4"
SOURCE_URI="https://www.python.org/ftp/python/$portVersion/Python-$portVersion.tar.xz"
CHECKSUM_SHA256="cda7d967c9a4bfa52337cdf551bcc5cff026b6ac50a8834e568ce4a794ca81da"
SOURCE_DIR="Python-$portVersion"