newapkbuild: don't try to build in the package target when using cmake, just install

This commit is contained in:
Bart Ribbers 2020-12-16 19:22:25 +01:00 committed by Natanael Copa
parent b0af30c5be
commit 700bdb552f
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ __EOF__
package_cmake() {
cat >>APKBUILD<<__EOF__
DESTDIR="\$pkgdir" cmake --build build --target install
DESTDIR="\$pkgdir" cmake --install build
__EOF__
}