Skip to content

Commit

Permalink
issue with tar exiting non-zero due to failure to change dir modes
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Midjich committed Nov 20, 2024
1 parent 328f729 commit 877df92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ RUN dnf -y install \
hwdata libdisplay-info-devel libliftoff-devel 'dnf5-command(builddep)' && \
dnf -y builddep hyprland && \
pushd /root && curl -LO https://github.com/hyprwm/Hyprland/releases/latest/download/source-v0.45.2.tar.gz && \
tar --no-same-permissions -xvaf source-v0.45.2.tar.gz && pushd /root/hyprland-source && \
tar -xzf source-v0.45.2.tar.gz; pushd /root/hyprland-source && \
meson _build && ninja -C _build && sudo ninja -C _build install && \
sudo cp example/hyprland.desktop /usr/share/wayland-sessions/

0 comments on commit 877df92

Please sign in to comment.