summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTheCynicalTeam2020-08-16 14:23:47 +0100
committerTheCynicalTeam2020-08-16 14:23:47 +0100
commitffeb9d90092921f958c2ae501b5295abea2c93eb (patch)
treef2aa3fa07108d7c6468a50d7b2009646967c34f3
parenteca47de2104dcd58ce7cd783d86db3707793de62 (diff)
downloadaur-ffeb9d90092921f958c2ae501b5295abea2c93eb.tar.gz
Fix PKGBUILD
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7f734898152a..d1d7ae7a709a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,8 +17,7 @@ install=${pkgname}.install
package() {
cd "$pkgname-$pkgver-$pkgrel"
- install -Dm 755 "$
- " "$pkgdir/usr/bin/$pkgname"
+ install -Dm 755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
install -Dm 644 "system/$pkgname@.service" "$pkgdir/usr/lib/systemd/system/$pkgname@.service"
install -Dm 644 "examples/config" "$pkgdir/usr/share/doc/$pkgname/examples/config"
install -Dm 644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"