summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoracerix2021-05-07 21:20:56 -0400
committeracerix2021-05-07 21:20:56 -0400
commitef8583e660e1024a1108046c97f9f45ff0f786e9 (patch)
tree6e7f24ed483f297b9a87c630878b172feca07333
parentcd49d30641c07e3003a34a1c7d8a557234b197b8 (diff)
downloadaur-ef8583e660e1024a1108046c97f9f45ff0f786e9.tar.gz
Fix backup path of config file
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3040c6765b66..bcc317eb6018 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,7 +12,7 @@ pkgbase = opentracker-ipv6
arch = aarch64
license = Beerware
makedepends = git
- backup = etc/opentracker/opentracker-ipv6.conf
+ backup = etc/opentracker-ipv6/opentracker-ipv6.conf
source = git://erdgeist.org/opentracker
source = https://www.fefe.de/libowfat/libowfat-0.31.tar.xz
source = opentracker-ipv6.service
diff --git a/PKGBUILD b/PKGBUILD
index 0d172f0ced3f..ddeb5c97f255 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc='A free and open torrent tracker, compiled as an IPv6-only tracker.'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="http://erdgeist.org/arts/software/opentracker/"
license=('Beerware')
-backup=("etc/opentracker/$pkgname.conf")
+backup=("etc/$pkgname/$pkgname.conf")
makedepends=('git')
makeconflicts=('dietlibc')
install="$pkgname.install"