forked from hasufell/hasufell-repository
games-strategy/openra: fix desktop file creation
This commit is contained in:
parent
bfebb0042b
commit
d5e0ca86e4
@ -119,7 +119,7 @@ install_desktop_entry() {
|
|||||||
local cmd=$1
|
local cmd=$1
|
||||||
local name=$2
|
local name=$2
|
||||||
insinto /usr/share/applications
|
insinto /usr/share/applications
|
||||||
hereins ${PN}.desktop <<EOF
|
hereins "${name// /-}.desktop" <<EOF
|
||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Name=${name}
|
Name=${name}
|
||||||
Type=Application
|
Type=Application
|
||||||
|
Loading…
Reference in New Issue
Block a user