diff options
Diffstat (limited to 'testing/openxcap/APKBUILD')
-rw-r--r-- | testing/openxcap/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/openxcap/APKBUILD b/testing/openxcap/APKBUILD index 3d1604cf7b..d8407e15db 100644 --- a/testing/openxcap/APKBUILD +++ b/testing/openxcap/APKBUILD @@ -20,7 +20,7 @@ source="http://download.ag-projects.com/XCAP/$pkgname-$pkgver.tar.gz package() { cd "$srcdir"/$pkgname-$pkgver mkdir -p "$pkgdir"/usr/lib/python2.6/site-packages - python setup.py install --root="$pkgdir" || return 1 + python2 setup.py install --root="$pkgdir" || return 1 echo "/usr/lib/python2.6/site-packages/$pkgname-$pkgver-py2.6.egg" \ > "$pkgdir"/usr/lib/python2.6/site-packages/$pkgname.pth install -m755 -D "$srcdir"/$pkgname.initd "$pkgdir"/etc/init.d/$pkgname |