From 9da831b1505f8e44f0de72ad562a9a8a47b8ca2e Mon Sep 17 00:00:00 2001 From: Stefan Midjich Date: Fri, 22 Nov 2024 00:02:22 +0100 Subject: [PATCH] only way I can think of to keep the new Hyprland in the image --- Containerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 15ff2cf..eb2d161 100644 --- a/Containerfile +++ b/Containerfile @@ -14,4 +14,5 @@ RUN dnf -y install \ pushd Hyprland && mkdir -p --mode=0755 /var/usrlocal && \ mkdir -p --mode=0755 /var/usrlocal/{include,share,bin,etc,games,lib,man,sbin,src} && \ meson _build && ninja -C _build && sudo ninja -C _build install && \ - sudo cp example/hyprland.desktop /usr/share/wayland-sessions/ + sudo cp example/hyprland.desktop /usr/share/wayland-sessions/ && \ + sudo cp /usr/local/bin/Hyprland /usr/bin/Hyprland