commit: f8c7614dc41045aba607c028402f90c323018007
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 15 09:38:34 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Nov 15 10:12:54 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8c7614d
games-server/mtavc: Use relative symlinks
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
games-server/mtavc/mtavc-0.5-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games-server/mtavc/mtavc-0.5-r2.ebuild
b/games-server/mtavc/mtavc-0.5-r2.ebuild
index 224b9f29ea3..4d828a96795 100644
--- a/games-server/mtavc/mtavc-0.5-r2.ebuild
+++ b/games-server/mtavc/mtavc-0.5-r2.ebuild
@@ -41,6 +41,6 @@ src_install() {
doins ${files}
dodoc README CHANGELOG
for f in ${files} ; do
- dosym /etc/${PN}/${f} "${dir}"/${f}
+ dosym ../../etc/${PN}/${f} "${dir}"/${f}
done
}