app-misc/misterhouse: [QA] Use relative symlink target(s)
authorMichał Górny <mgorny@gentoo.org>
Thu, 24 Aug 2017 11:00:23 +0000 (13:00 +0200)
committerMichał Górny <mgorny@gentoo.org>
Thu, 24 Aug 2017 15:53:06 +0000 (17:53 +0200)
app-misc/misterhouse/misterhouse-2.103-r1.ebuild
app-misc/misterhouse/misterhouse-2.105-r1.ebuild

index e422ecc34c1cac0087ce2e7187ed8d5f2be17b4c..ad9caf8d4b4e51f46fdc79e3f2b88b4723163958 100644 (file)
@@ -1,4 +1,4 @@
-# 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"
@@ -34,7 +34,7 @@ src_install() {
        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"
index d7762dc8b97ffb88e2559d12d7508024045aca9a..bd19df19011e9a12373702348e3bc81b1335145a 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -36,7 +36,7 @@ src_install() {
        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