mirror of
https://gitlab.alpinelinux.org/alpine/abuild.git
synced 2025-01-28 02:03:24 +00:00
newapkbuild: don't try to build in the package target when using cmake, just install
This commit is contained in:
parent
b0af30c5be
commit
700bdb552f
@ -163,7 +163,7 @@ __EOF__
|
|||||||
|
|
||||||
package_cmake() {
|
package_cmake() {
|
||||||
cat >>APKBUILD<<__EOF__
|
cat >>APKBUILD<<__EOF__
|
||||||
DESTDIR="\$pkgdir" cmake --build build --target install
|
DESTDIR="\$pkgdir" cmake --install build
|
||||||
__EOF__
|
__EOF__
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user