summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b38ec243c88d..d400e63e5cd1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,7 @@ pkgbase = cpcache-git
license = MIT
makedepends = erlang-nox
makedepends = elixir
- backup = etc/cpcache.toml
+ backup = etc/cpcache/cpcache.toml
source = git+https://github.com/nroi/cpcache.git
source = sysuser.conf
source = cpcache.install
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'