diff options
author | Christian Schmitt <chris@ilovelinux.de> | 2017-07-01 13:58:45 +0200 |
---|---|---|
committer | Christian Schmitt <chris@ilovelinux.de> | 2017-07-01 13:58:45 +0200 |
commit | ad1c3eb0fc626d3671c6bfe197dcce6bda41587e (patch) | |
tree | 3e5b5c74046850ad00b72a593047912f9e14145b /games-simulation | |
parent | kerbal: fix (diff) | |
download | gamerlay-ad1c3eb0fc626d3671c6bfe197dcce6bda41587e.tar.gz gamerlay-ad1c3eb0fc626d3671c6bfe197dcce6bda41587e.tar.bz2 gamerlay-ad1c3eb0fc626d3671c6bfe197dcce6bda41587e.zip |
[games-simulation/kerbal-space-program] Correct PV in SED
Diffstat (limited to 'games-simulation')
-rw-r--r-- | games-simulation/kerbal-space-program/kerbal-space-program-1.3.0.1804.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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() { |