summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorroot2021-09-01 23:57:30 +0200
committerroot2021-09-01 23:57:30 +0200
commitdc39c4214477ab7a6953cf6bced266fb81cb9b86 (patch)
tree24d4c0cd393add5ecefca008fa44083d835d1bec
parent53fefea14454a6191a3ec0da234cf829150636cb (diff)
downloadaur-dc39c4214477ab7a6953cf6bced266fb81cb9b86.tar.gz
PKGBUILD fix.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 75df4925b999..3dbfe3cf248f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = authsae-git
pkgdesc = Authsae provides secure password-based authentication for 802.11s mesh networking.
pkgver = 1.3.1+r440.20190806.73f31dd
pkgrel = 1
- epoch = 4
+ epoch = 5
url = https://github.com/cozybit/authsae
arch = x86
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 3acaa97da30a..2e984f1e835c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _pkgname="authsae"
pkgname="${_pkgname}-git"
pkgrel=1
pkgver=1.3.1+r440.20190806.73f31dd
-epoch=4
+epoch=5
pkgdesc="Authsae provides secure password-based authentication for 802.11s mesh networking."
arch=('x86' 'x86_64')
url="https://github.com/cozybit/${_pkgname}"
@@ -52,7 +52,7 @@ build() {
# FIXME: the cmake script does something very wrong and attempts to install the config file in prefix+/etc, submit patch to upstream to allow to change that
msg2 "Fixing a cmake script fault: Place config in '/etc/', not '/usr/etc/' ..."
- #sed -i 's|/usr/etc/|/etc|' cmake_install.cmake
+ sed -i 's|/usr/etc/|/etc|' cmake_install.cmake
msg2 "Running 'make' ..."
make