summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsomeoneonsmile2021-11-20 20:48:29 +0800
committersomeoneonsmile2021-11-20 20:48:29 +0800
commit77f66711fc5c30bc804a2008ae6cca29232b3893 (patch)
treeedb0f5d533a26beb1b4eca6fdc960b96590a6d99
parenteaed1a2f58f36e130076701c03a78d48f62e79ba (diff)
downloadaur-77f66711fc5c30bc804a2008ae6cca29232b3893.tar.gz
fixup
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 011d0cb4ce6a..08a92b0ea91d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,6 +19,6 @@ build() {
package() {
cd "stow-$pkgver"
- install -Dm755 "target/x86_64-unknown-linux-musl/stow" "$pkgdir/usr/bin/stow"
+ install -Dm755 "target/x86_64-unknown-linux-musl/release/stow" "$pkgdir/usr/bin/stow"
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}