mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
community/python2-tkinter: fix parent APKBUILD path
This commit is contained in:
parent
5b4d6eba8b
commit
c7bc93a80b
@ -22,7 +22,7 @@ source="http://www.python.org/ftp/python/$pkgver/Python-$pkgver.tar.xz"
|
||||
builddir="$srcdir/Python-$pkgver"
|
||||
|
||||
prepare() {
|
||||
local _pyapkbuild="$startdir"/../python2/APKBUILD
|
||||
local _pyapkbuild="$startdir"/../main/python2/APKBUILD
|
||||
if [ -e "$_pyapkbuild" ]; then
|
||||
_pver=$(. "$_pyapkbuild" ; echo $pkgver)
|
||||
if [ "$_pver" != "$pkgver" ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user