summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThorsten Lanfer2015-07-18 17:36:23 +0200
committerThorsten Lanfer2015-07-18 17:36:23 +0200
commit7577af7d18291db69c3602b702852b80349b1340 (patch)
treee5b010a4ed61f2a4a2bfad02af3349aca687cc96
parentb74f2747b742e7e3d8d2dc617b315f464d474271 (diff)
downloadaur-7577af7d18291db69c3602b702852b80349b1340.tar.gz
fixed path of configurations folder in /etc/openhab
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f71d7ad44c82..08acec3d3696 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -47,7 +47,7 @@ package() {
cp $srcdir/openhab.service usr/lib/systemd/system
cp -r $srcdir/openhab-runtime opt
cp $srcdir/openhab etc/conf.d
- mv opt/openhab-runtime/configurations etc/openhab/configuration
+ mv opt/openhab-runtime/configurations etc/openhab/configurations
ln -s /etc/openhab/configurations opt/openhab-runtime/configurations
ln -s /etc/openhab/addons-enabled opt/openhab-runtime/addons
}