mirror of
https://github.com/hyprwm/Hyprland.git
synced 2026-02-04 07:55:38 +00:00
example/hyprland.desktop: fix path
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Name=Hyprland
|
Name=Hyprland
|
||||||
Comment=An intelligent dynamic tiling Wayland compositor
|
Comment=An intelligent dynamic tiling Wayland compositor
|
||||||
Exec=@CMAKE_INSTALL_BINDIR@/start-hyprland
|
Exec=@PREFIX@/@CMAKE_INSTALL_BINDIR@/start-hyprland
|
||||||
Type=Application
|
Type=Application
|
||||||
DesktopNames=Hyprland
|
DesktopNames=Hyprland
|
||||||
Keywords=tiling;wayland;compositor;
|
Keywords=tiling;wayland;compositor;
|
||||||
|
|||||||
@ -108,8 +108,9 @@ in
|
|||||||
# Fix hardcoded paths to /usr installation
|
# Fix hardcoded paths to /usr installation
|
||||||
sed -i "s#/usr#$out#" src/render/OpenGL.cpp
|
sed -i "s#/usr#$out#" src/render/OpenGL.cpp
|
||||||
|
|
||||||
# Remove extra @PREFIX@ to fix pkg-config paths
|
# Remove extra @PREFIX@ to fix some paths
|
||||||
sed -i "s#@PREFIX@/##g" hyprland.pc.in
|
sed -i "s#@PREFIX@/##g" hyprland.pc.in
|
||||||
|
sed -i "s#@PREFIX@/##g" example/hyprland.desktop.in
|
||||||
'';
|
'';
|
||||||
|
|
||||||
env = {
|
env = {
|
||||||
|
|||||||
Reference in New Issue
Block a user