diff options
Diffstat (limited to 'testing/py-linkedin/APKBUILD')
-rw-r--r-- | testing/py-linkedin/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py-linkedin/APKBUILD b/testing/py-linkedin/APKBUILD index 758caff381..3443733d9e 100644 --- a/testing/py-linkedin/APKBUILD +++ b/testing/py-linkedin/APKBUILD @@ -28,12 +28,12 @@ prepare() { build() { cd "$_builddir" - python setup.py build || return 1 + python2 setup.py build || return 1 } package() { cd "$_builddir" - python setup.py install --prefix=/usr --root="$pkgdir" || return 1 + python2 setup.py install --prefix=/usr --root="$pkgdir" || return 1 } md5sums="ef21edd3c1ffc9aaca53ce71faa8a1c3 linkedin-0.1.5.tar.gz" |