summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2022-01-07 12:37:09 -0700
committerMark Wagie2022-01-07 12:37:09 -0700
commite328b6bf7d4a336a4ee67dda8db1121271af7c2b (patch)
treef984d89a6ed090876312196e93e134ec47c5c7c2
parentbef65f9bd5ec16594c860db5d672ca25053944bf (diff)
downloadaur-e328b6bf7d4a336a4ee67dda8db1121271af7c2b.tar.gz
minor PKGBUILD improvements
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 856e1862ed32..5489a0d82bb0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -69,7 +69,7 @@ build() {
#}
package() {
- DESTDIR="$pkgdir" meson install -C build
+ meson install -C build --destdir "$pkgdir"
ln -s "/usr/bin/com.github.kmwallio.$pkgname" "$pkgdir/usr/bin/$pkgname"
}