We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 101640f commit 6be6655Copy full SHA for 6be6655
pkg/apk/APKBUILD
@@ -56,5 +56,5 @@ build() {
56
}
57
58
package() {
59
- cmake --build build --target install
+ DESTDIR="$pkgdir" cmake --build build --target install
60
0 commit comments