diff options
Diffstat (limited to 'testing/py-inotify/APKBUILD')
-rw-r--r-- | testing/py-inotify/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py-inotify/APKBUILD b/testing/py-inotify/APKBUILD index e0891d7efc..167dd9b478 100644 --- a/testing/py-inotify/APKBUILD +++ b/testing/py-inotify/APKBUILD @@ -27,12 +27,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="701c91854d241514ede7ffe72086566d pyinotify-0.9.4.tar.gz" |