Skip to content

Commit 6be6655

Browse files
committed
Fix DESTDIR
1 parent 101640f commit 6be6655

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/apk/APKBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,5 @@ build() {
5656
}
5757

5858
package() {
59-
cmake --build build --target install
59+
DESTDIR="$pkgdir" cmake --build build --target install
6060
}

0 commit comments

Comments
 (0)