summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorcodeworkx2016-03-26 08:13:29 +0100
committercodeworkx2016-03-26 08:13:29 +0100
commitdfc7154232e5495b91802ee6139b2b66af7e8445 (patch)
tree5fee6dcb69ff5e864e60527b753cc86798ca580e /PKGBUILD
parent58c80a124132be7836dd5984a94af0989e9b70e7 (diff)
downloadaur-dfc7154232e5495b91802ee6139b2b66af7e8445.tar.gz
fix backup items
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fdb14d61ddb7..020ebba9d2f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,8 +12,8 @@ makedepends=('unzip')
conflicts=('openhab-runtime' 'openhab-addons')
-backup=('etc/openhab/conf/addons.cfg'
- 'etc/openhab/conf/runtime.cfg')
+backup=('etc/openhab/conf/services/addons.cfg'
+ 'etc/openhab/conf/services/runtime.cfg')
source=("https://openhab.ci.cloudbees.com/job/openHAB-Distribution/lastSuccessfulBuild/artifact/distributions/openhab-online/target/openhab-online-${_pkgver}-SNAPSHOT.zip"
"openhab.service")