summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolic <jakov.smolic@sartura.hr>2021-02-20 20:31:14 +0100
committerDavid Seifert <soap@gentoo.org>2021-02-20 20:31:14 +0100
commit17417b2c04d4d4341a934bef617f6b383ee051ba (patch)
treef99dfc63bcc7c6ec84fed88754134c0f9dd6102e /net-misc
parentgames-engines/gargoyle: Bump to 2019.1.1 (diff)
downloadgentoo-17417b2c04d4d4341a934bef617f6b383ee051ba.tar.gz
gentoo-17417b2c04d4d4341a934bef617f6b383ee051ba.tar.bz2
gentoo-17417b2c04d4d4341a934bef617f6b383ee051ba.zip
net-misc/mstpd: Convert absolute into relative symlinks
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/mstpd/mstpd-0.0.9.ebuild6
1 files changed, 6 insertions, 0 deletions
diff --git a/net-misc/mstpd/mstpd-0.0.9.ebuild b/net-misc/mstpd/mstpd-0.0.9.ebuild
index adbcac48da08..32a39f6deb2b 100644
--- a/net-misc/mstpd/mstpd-0.0.9.ebuild
+++ b/net-misc/mstpd/mstpd-0.0.9.ebuild
@@ -24,3 +24,9 @@ src_configure() {
--with-systemdunitdir="$(systemd_get_systemunitdir)" \
--localstatedir="${EPREFIX}"/var
}
+
+src_install() {
+ default
+ dosym ../../sbin/bridge-stp /lib/mstpctl-utils/mstpctl_restart_config
+ dosym bridge-stp /sbin/mstp_restart
+}