commit: ad1c3eb0fc626d3671c6bfe197dcce6bda41587e
Author: Christian Schmitt <chris <AT> ilovelinux <DOT> de>
AuthorDate: Sat Jul 1 11:58:45 2017 +0000
Commit: Christian Schmitt <chris <AT> ilovelinux <DOT> de>
CommitDate: Sat Jul 1 11:58:45 2017 +0000
URL: https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=ad1c3eb0
[games-simulation/kerbal-space-program] Correct PV in SED
.../kerbal-space-program/kerbal-space-program-1.3.0.1804.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/games-simulation/kerbal-space-program/kerbal-space-program-1.3.0.1804.ebuild
b/games-simulation/kerbal-space-program/kerbal-space-program-1.3.0.1804.ebuild
index 7b542dd..dde7e6a 100644
---
a/games-simulation/kerbal-space-program/kerbal-space-program-1.3.0.1804.ebuild
+++
b/games-simulation/kerbal-space-program/kerbal-space-program-1.3.0.1804.ebuild
@@ -74,7 +74,7 @@ src_unpack() {
find . -name .DS_Store -delete
- sed -e "s@__PV__@${PF}@" "${FILESDIR}/ksp-wrapper" > "${T}"/ksp-wrapper
+ sed -e "s@__PV__@${PV}@" "${FILESDIR}/ksp-wrapper" > "${T}"/ksp-wrapper
}
src_install() {