install in /usr/bin and not /bin

This commit is contained in:
John
2024-10-30 21:05:52 +01:00
parent 46996c83a2
commit eeb8f2ecc0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ check() {
} }
package() { package() {
DESTDIR="$pkgdir" cmake --install build DESTDIR="$pkgdir" cmake --install build --prefix /usr
} }
sha512sums=" sha512sums="
+1 -1
View File
@@ -29,7 +29,7 @@ check() {
} }
package() { package() {
DESTDIR="$pkgdir" cmake --install build DESTDIR="$pkgdir" cmake --install build --prefix /usr
} }
sha512sums=" sha512sums="