From 672b176d911ba87c89cb50df77827d116dce5540 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sun, 30 May 2021 16:11:03 -0700 Subject: Fix the config path --- PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'PKGBUILD') diff --git a/PKGBUILD b/PKGBUILD index 257efc3..6bba3ca 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -12,7 +12,7 @@ _NETBUILD=OFF pkgname=keepassxc pkgver=2.6.4 -pkgrel=1 +pkgrel=1.2 pkgdesc="Cross-platform community-driven port of Keepass password manager" arch=(x86_64) url="https://keepassxc.org/" @@ -37,7 +37,7 @@ validpgpkeys=(BF5A669F2272CF4324C1FDA8CFB4C2166397D0D2 prepare() { patch -d $pkgname-$pkgver -p1 -i ../keepassxc-quazip1.patch # Fix build with quazip 1 - sed 's|Exec=keepassxc %f|Exec=keepassxc --localconfig ~/.config/keepassxc/keepassxclocal.ini %f|' $srcdir/$pkgname-$pkgver/share/linux/org.keepassxc.KeePassXC.desktop + sed -i 's|Exec=keepassxc %f|Exec=keepassxc --localconfig ~/.config/keepassxc/keepassxc.ini %f|' $srcdir/$pkgname-$pkgver/share/linux/org.keepassxc.KeePassXC.desktop } build() { -- cgit v1.2.1