games-arcade/opensonic: retab

This commit is contained in:
Julian Ospald 2016-02-29 00:43:54 +01:00
parent ced5001e76
commit 1c043603dd
1 changed files with 3 additions and 3 deletions

View File

@ -41,12 +41,12 @@ CMAKE_SRC_CONFIGURE_PARAMS=(
)
src_install() {
cmake_src_install
cmake_src_install
local i
for i in "${IMAGE}"/usr/share/${PN}/* ; do
for i in "${IMAGE}"/usr/share/${PN}/* ; do
dosym "${i#${IMAGE}}" \
"/usr/$(exhost --target)/libexec/${PN}/${i#${IMAGE}/usr/share/${PN}/}"
done
done
insinto /usr/share/applications
hereins ${PN}.desktop << EOF