diff options
Diffstat (limited to 'testing/ufw/APKBUILD')
-rw-r--r-- | testing/ufw/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/ufw/APKBUILD b/testing/ufw/APKBUILD index 7e273e490d..25de04691e 100644 --- a/testing/ufw/APKBUILD +++ b/testing/ufw/APKBUILD @@ -17,7 +17,7 @@ source="http://launchpad.net/$pkgname/$(echo $pkgver|cut -c1-4)/$pkgver/+downloa package() { cd "$srcdir"/$pkgname-$pkgver - + sed -e 's|/lib|/usr/lib|' -i setup.py || return 1 python2 setup.py install --root="$pkgdir" |