mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
dev-libs/libpcre-debian: Create relative instead of absolute symlinks
Package-Manager: Portage-2.3.92, Repoman-2.3.20 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
@@ -16,9 +16,9 @@ RDEPEND="dev-libs/libpcre:${SLOT}[${MULTILIB_USEDEP}]"
|
||||
S="${WORKDIR}"
|
||||
|
||||
multilib_src_install() {
|
||||
dosym $(multilib_is_native_abi || echo /usr)/$(get_libdir)/libpcre.so.1 \
|
||||
dosym ../$(multilib_is_native_abi && echo ../../$(get_libdir)/)libpcre.so.1 \
|
||||
/usr/$(get_libdir)/debiancompat/libpcre.so.3
|
||||
|
||||
dosym /usr/$(get_libdir)/libpcreposix.so.0 \
|
||||
dosym ../libpcreposix.so.0 \
|
||||
/usr/$(get_libdir)/debiancompat/libpcreposix.so.3
|
||||
}
|
||||
Reference in New Issue
Block a user