summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Landau2017-09-24 16:12:35 +0300
committerDaniel Landau2017-09-24 16:12:35 +0300
commiteaddca53c1dc88b5ee985cc7c5af8a96e4102c08 (patch)
tree8a0c397939c2bd36e638fa60476f9d9524e5a3ec
parent0fdba070013c3e5c7c0ad1efce4d140e7e4eb555 (diff)
downloadaur-eaddca53c1dc88b5ee985cc7c5af8a96e4102c08.tar.gz
Fix typo
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 80669814e1c9..46ad23b61860 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Sep 24 13:07:28 UTC 2017
+# Sun Sep 24 13:12:25 UTC 2017
pkgbase = keepassxc-git
pkgdesc = A reboot with keepasshttp of an OpenSource password safe which helps you to manage your passwords in an easy and secure way
pkgver = 2.2.0.r90.g8e8d9f39
diff --git a/PKGBUILD b/PKGBUILD
index 6694e14b06d0..72fd73654582 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -33,7 +33,7 @@ pkgver() {
prepare() {
cd "${_gitname}"
mkdir -p build
- sed -i'' -e 's:/usr/local/share/man/:${CMAKE_INSTALL_MANDIR}:' src/cli/CMakeLists.txt
+ sed -i'' -e 's:/usr/local/share/man/:${CMAKE_INSTALL_MANDIR}/:' src/cli/CMakeLists.txt
}
build() {