summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Henson2022-04-12 06:06:48 -0600
committerJeff Henson2022-04-12 06:06:48 -0600
commit131b529f488b02ac1c115e2748ccc047b5e73c67 (patch)
tree309c94adfa123bdc77528040d4d553e95141944a
parent6e555a29640e5ac576f7f10a88502b36580ed57e (diff)
downloadaur-131b529f488b02ac1c115e2748ccc047b5e73c67.tar.gz
Move to the Plugins dir
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 24fdd8fec885..aa69538ad8f9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,5 +22,5 @@ build() {
}
package() {
- install -Dm644 "${srcdir}/${_pluginname}-${pkgver}/build.plgx" "${pkgdir}/usr/share/keepass/plugins/${_pluginname}.plgx"
+ install -Dm644 "${srcdir}/${_pluginname}-${pkgver}/build.plgx" "${pkgdir}/usr/share/keepass/Plugins/${_pluginname}.plgx"
}