diff --git a/contrib/DEBIAN/control b/contrib/DEBIAN/control index 081a99db0..c946d5bec 100755 --- a/contrib/DEBIAN/control +++ b/contrib/DEBIAN/control @@ -9,4 +9,4 @@ Section: utils Priority: extra Architecture: all Homepage: http://www.fhem.de -Depends: perl-base (>= 5.6.2), libdevice-serialport-perl (>= 1.0) +Depends: perl-base (>= 5.6.2), libdevice-serialport-perl (>= 1.0), libwww-perl (>= 1.0) diff --git a/contrib/DEBIAN/postinst b/contrib/DEBIAN/postinst index 3a972c453..e2fe7c50b 100644 --- a/contrib/DEBIAN/postinst +++ b/contrib/DEBIAN/postinst @@ -3,7 +3,7 @@ set -e if ! getent passwd fhem >/dev/null; then - useradd --system --home /var/log/fhem --gid dialout --shell /bin/false fhem + useradd --system --home /opt/fhem --gid dialout --shell /bin/false fhem fi chown -R fhem /opt/fhem