summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Gorshkov2021-02-08 17:07:49 +0300
committerAndrey Gorshkov2021-02-08 17:07:49 +0300
commit90badc43732c7a9990b33713d9e125d64bd1ff79 (patch)
treebdb65c2b02bbc5bc543b1356d117d296d0419720
parentace6762d581db2b1b235bb9e4bc5a3ad1105ada3 (diff)
downloadaur-90badc43732c7a9990b33713d9e125d64bd1ff79.tar.gz
PKGBUILD fix 3
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c9ab5b24d4a9..f30b11b65b24 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -40,5 +40,5 @@ build()
package()
{
cd "$pkgname"
- make install
+ install -D -m755 "${srcdir}/${pkgname}/afetch" "${pkgdir}/usr/bin/afetch"
}