summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoranother2019-05-14 19:22:51 +0200
committeranother2019-05-14 19:22:51 +0200
commitc29ca3b5e1da5c101eab8a4b9c8e28c6e6a37ccc (patch)
tree93a15f13fe265ce6c6f778e8ed803ad2bbef444b
parentdb5487d38989a1d1c998dfd9f63a8f92e84d1083 (diff)
downloadaur-openssh-known-hosts.tar.gz
Install plugins to /usr/ instead of /usr/local/
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 59b0c6ccd0ba..c50f8c7990c2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = openssh-known-hosts
pkgdesc = known_hosts downloader/merger for OpenSSH
pkgver = 0.6.2
- pkgrel = 2
+ pkgrel = 3
url = https://git.tiwe.de/openssh-known-hosts.git
install = openssh-known-hosts.install
arch = any
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
}