summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authornroi2018-05-06 11:14:16 +0200
committernroi2018-05-06 11:14:16 +0200
commit526033d099969cfbb09e1f490d578fc269c92f44 (patch)
tree9aa0637d16c3ab5cb79b3f4750b89843618f0eda /PKGBUILD
parentbc3cb4bd6ca85dd4d4aff011006d868206e352e3 (diff)
downloadaur-526033d099969cfbb09e1f490d578fc269c92f44.tar.gz
Fix path for TOML file
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b64b9fc5b8e4..4769d431bc2b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ url='https://github.com/nroi/cpcache'
license=('MIT')
makedepends=('erlang-nox' 'elixir')
install="${pkgname%-git}.install"
-backup=('etc/cpcache.toml')
+backup=('etc/cpcache/cpcache.toml')
source=('git+https://github.com/nroi/cpcache.git'
'sysuser.conf'
'cpcache.install'