From fbb17f5cda27962cac5c9501edf4df7c0de693fa Mon Sep 17 00:00:00 2001 From: maxice8 Date: Tue, 5 Feb 2019 22:40:55 -0200 Subject: [PATCH] xbps-src: make vapigen_wrapper install vapigen-0.42 --- common/hooks/pre-configure/02-script-wrapper.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/common/hooks/pre-configure/02-script-wrapper.sh b/common/hooks/pre-configure/02-script-wrapper.sh index 9eac4843ff1..6b35ffffa26 100644 --- a/common/hooks/pre-configure/02-script-wrapper.sh +++ b/common/hooks/pre-configure/02-script-wrapper.sh @@ -91,6 +91,7 @@ exec /usr/bin/vapigen \\ --girdir=${XBPS_CROSS_BASE}/usr/share/gir-1.0 "\$@" _EOF chmod 755 ${XBPS_WRAPPERDIR}/vapigen + ln -sf vapigen ${XBPS_WRAPPERDIR}/vapigen-0.42 } install_wrappers() {