summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCallum Mance2016-09-26 19:46:57 +0000
committerCallum Mance2016-09-26 19:46:57 +0000
commit8abedde3ff57850c2317f5eccd7e2ab9ce336d84 (patch)
treee7d3f8e2bc14e249b030d07343a4665194443855
parent40941809b2dc878b16835fd374dbc3903679aa61 (diff)
downloadaur-cf-update-git.tar.gz
Fix backup file paths
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0f968c992cba..1fefb3552f47 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,7 @@ pkgbase = cf-update-git
arch = any
license = GPL3
depends = python
- backup = etc/cf.conf
+ backup = etc/cf-update/cf.conf
source = cf-update-git::git+https://github.com/callummance/CF-Update.git
md5sums = SKIP
sha1sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index a3a4ecb68803..05157919cd66 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,7 @@ optdepends=()
provides=()
conflicts=()
replaces=()
-backup=('etc/cf.conf')
+backup=('etc/cf-update/cf.conf')
options=()
install=
changelog=