mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-ada/gps-bin: fix symbolic link to gnat executable
Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
@@ -55,8 +55,8 @@ src_install() {
|
||||
insinto /opt/${P}/lib/
|
||||
doins -r lib/python2.7
|
||||
dosym ../../../usr/bin/gnatinspect /opt/${P}/bin/gnatinspect
|
||||
dosym ../../../usr/bin/${GNATLS} /opt/${P}/bin/gnatls
|
||||
dosym ../../../usr/bin/${GNATMAKE} /opt/${P}/bin/gnatmake
|
||||
dosym ../../../usr/bin/${GNAT} /opt/${P}/bin/gnat
|
||||
dosym ${GNATLS} /opt/${P}/bin/gnatls
|
||||
dosym ${GNATMAKE} /opt/${P}/bin/gnatmake
|
||||
dosym ${GNAT} /opt/${P}/bin/gnat
|
||||
dosym ../../opt/${P}/bin/gps_exe /usr/bin/gps
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user