diff options
Diffstat (limited to 'testing/libtbb/APKBUILD')
-rw-r--r-- | testing/libtbb/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/libtbb/APKBUILD b/testing/libtbb/APKBUILD index 4da0704e27..0fba84c0be 100644 --- a/testing/libtbb/APKBUILD +++ b/testing/libtbb/APKBUILD @@ -48,13 +48,13 @@ package() { debug() { pkgdesc="$pkgdesc (debug symbols)" - + _install_libs debug .2 || return 1 } dev() { pkgdesc="$pkgdesc (development files)" - + local prefix prefix="$subpkgdir/usr" cd "$_builddir" @@ -66,7 +66,7 @@ dev() { doc() { arch="noarch" pkgdesc="$pkgdesc (documentation)" - + local share doc licenses share="$subpkgdir/usr/share" doc="$share/doc" |