diff options
Diffstat (limited to 'testing')
-rw-r--r-- | testing/domoticz/APKBUILD | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/testing/domoticz/APKBUILD b/testing/domoticz/APKBUILD index 93f3e1eed3..7ea7103fef 100644 --- a/testing/domoticz/APKBUILD +++ b/testing/domoticz/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: pkgname=domoticz pkgver=0_git20160214 -pkgrel=4 +pkgrel=5 pkgdesc="Open source Home Automation System" url="http://www.domoticz.com/" arch="all" @@ -59,6 +59,8 @@ package() { "$pkgdir"/usr/bin/ || return 1 mv "$pkgdir"/var/lib/domoticz/www \ "$pkgdir"/usr/share/$pkgname/ || return 1 + mv "$pkgdir"/var/lib/domoticz/Config \ + "$pkgdir"/usr/share/$pkgname/ || return 1 rm -f "$pkgdir"/var/lib/domoticz/updatedomo chown -R $pkgname "$pkgdir"/var/lib/domoticz || return 1 install -D -m755 "$srcdir"/$pkgname.initd \ |