diff options
author | Mike Gilbert <floppym@gentoo.org> | 2022-01-16 18:47:54 -0500 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2022-01-16 18:56:06 -0500 |
commit | 037c7724dfba96bd62c0ecd018a0a5844877e373 (patch) | |
tree | 25d2e7e369052e94af98049b06136e5e2aedb45b /sci-electronics/spice | |
parent | net-misc/cfengine: fix ED/EROOT usage (diff) | |
download | gentoo-037c7724dfba96bd62c0ecd018a0a5844877e373.tar.gz gentoo-037c7724dfba96bd62c0ecd018a0a5844877e373.tar.bz2 gentoo-037c7724dfba96bd62c0ecd018a0a5844877e373.zip |
sci-electronics/spice: install relative symlink
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'sci-electronics/spice')
-rw-r--r-- | sci-electronics/spice/spice-3.5.5-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-electronics/spice/spice-3.5.5-r3.ebuild b/sci-electronics/spice/spice-3.5.5-r3.ebuild index e20171071a19..3939818a929b 100644 --- a/sci-electronics/spice/spice-3.5.5-r3.ebuild +++ b/sci-electronics/spice/spice-3.5.5-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -62,7 +62,7 @@ src_install() { # install binaries dobin obj/bin/{spice3,nutmeg,sconvert,multidec,proc2mod} newbin obj/bin/help spice.help - dosym /usr/bin/spice3 /usr/bin/spice + dosym spice3 /usr/bin/spice # install runtime stuff rm -f lib/make* dodir /usr/$(get_libdir)/spice |