summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMantas Mikulėnas2018-01-21 18:34:08 +0200
committerMantas Mikulėnas2018-01-21 18:34:08 +0200
commit708a3d65a5367d038b79a4acde095c6ed8eb5103 (patch)
treeee39284a1f3cb65591c7e017eaa1930f08ab2c0c /PKGBUILD
parente4d9474356806c8865b550ee6fd75f3ff3ca5f6c (diff)
downloadaur-708a3d65a5367d038b79a4acde095c6ed8eb5103.tar.gz
make oor.conf private, due to it containing HMAC keys
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fde04605deaa..fb887434c4ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=oor
pkgver=1.2.0
-pkgrel=1
+pkgrel=2
pkgdesc="Open Overlay Router (formerly LISPmob) - Locator/ID Separation Protocol (LISP) and LISP Mobile Node implementation"
url="https://openoverlayrouter.org/"
arch=('x86_64' 'i686' 'armv6h')
@@ -29,7 +29,7 @@ build() {
package() {
cd oor
make PREFIX="/usr/bin/" DESTDIR="$pkgdir" install
- install -Dm644 oor/oor.conf.example "$pkgdir"/etc/oor.conf
+ install -Dm600 oor/oor.conf.example "$pkgdir"/etc/oor.conf
install -Dm644 "$srcdir"/oor.service "$pkgdir"/usr/lib/systemd/system/oor.service
}