mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
media-gfx/xsane: fix AbsoluteSymlink
I don't see an easy way (right now) to figure out how deep the GIMP path will be, so let's do this instead. Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -83,7 +83,7 @@ src_install() {
|
||||
die "Can't find GIMP plugin directory."
|
||||
fi
|
||||
dodir "${plugindir#${EPREFIX}}"
|
||||
dosym /usr/bin/xsane "${plugindir#${EPREFIX}}"/xsane
|
||||
dosym "${EPREFIX}/usr/bin/xsane" "${plugindir#${EPREFIX}}"/xsane
|
||||
fi
|
||||
|
||||
newicon "${DISTDIR}/${PN}-256x256.png" "${PN}".png
|
||||
|
||||
Reference in New Issue
Block a user