summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoranother2019-05-14 19:22:51 +0200
committeranother2019-05-14 19:22:51 +0200
commitc29ca3b5e1da5c101eab8a4b9c8e28c6e6a37ccc (patch)
tree93a15f13fe265ce6c6f778e8ed803ad2bbef444b /PKGBUILD
parentdb5487d38989a1d1c998dfd9f63a8f92e84d1083 (diff)
downloadaur-c29ca3b5e1da5c101eab8a4b9c8e28c6e6a37ccc.tar.gz
Install plugins to /usr/ instead of /usr/local/
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5790df11cc3c..9fcd49f2de10 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: another <code § deadcode § eu>
pkgname=openssh-known-hosts
pkgver=0.6.2
-pkgrel=2
+pkgrel=3
pkgdesc="known_hosts downloader/merger for OpenSSH"
arch=('any')
url="https://git.tiwe.de/openssh-known-hosts.git"
@@ -35,6 +35,6 @@ package() {
install -dm0755 $pkgdir/usr/share/doc/$pkgname/examples
install -Dm0644 examples/* $pkgdir/usr/share/doc/$pkgname/examples/
install -Dm0644 changelog $pkgdir/usr/share/doc/$pkgname/changelog
- install -dm0755 $pkgdir/var/{lib,cache}/$pkgname $pkgdir/etc/$pkgname/sources $pkgdir/usr/local/share/$pkgname/plugins
+ install -dm0755 $pkgdir/var/{lib,cache}/$pkgname $pkgdir/etc/$pkgname/sources $pkgdir/usr/share/$pkgname/plugins
install -dm0755 $pkgdir/etc/ssh
}