another make minipatch
/ sync-to-origin (push) Has been cancelled

This commit is contained in:
2025-11-08 16:49:26 +01:00
parent 9407e95481
commit 07a32672d3
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ build() {
package() {
cd "$srcdir/$_pkgname"
make DESTDIR="$pkgdir/" install
make DESTDIR="$pkgdir" install
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}