-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
DESCRIPTION="Mister House, an open source home automation program with X10 support"
for a in "${S}"/docs/*; do
dodoc ${a}
done
- dosym /usr/share/doc/${PF} /opt/misterhouse/docs
+ dosym ../../usr/share/doc/${PF} /opt/misterhouse/docs
cp -r "${S}/lib" "${D}/opt/misterhouse"
cp -r "${S}/sounds" "${D}/opt/misterhouse"
cp -r "${S}/web" "${D}/opt/misterhouse"
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
for a in "${S}"/docs/*; do
dodoc ${a} || die
done
- dosym /usr/share/doc/${PF} /opt/misterhouse/docs
+ dosym ../../usr/share/doc/${PF} /opt/misterhouse/docs
cp -r "${S}/lib" "${D}/opt/misterhouse" || die
cp -r "${S}/sounds" "${D}/opt/misterhouse" || die
cp -r "${S}/web" "${D}/opt/misterhouse" || die