From 7e16c4d2f64258721bc38feabc69b18e2ff05c4a Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Sun, 5 Jun 2022 16:57:47 +0200 Subject: [PATCH] build-cockpit-toolbox: Drop obsolete workaround Works fine now without this hack. --- build-cockpit-toolbox | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-cockpit-toolbox b/build-cockpit-toolbox index c49a0b8..98b6958 100755 --- a/build-cockpit-toolbox +++ b/build-cockpit-toolbox @@ -16,10 +16,6 @@ sudo hostname -F /etc/hostname # enable manpages sudo sed -i s/nodocs// /etc/dnf/dnf.conf -# hack for flatpak-builder -sudo mkdir -p /usr/lib/rpm/macros.d -echo "%_netsharedpath /dev:/media:/mnt:/proc:/sys:/tmp:/var/lib/flatpak:/var/lib/libvirt" | sudo tee /usr/lib/rpm/macros.d/macros.toolbox - sudo dnf install -y ansible man-pages moreutils \ python3-boto python3-boto3 libnotify \ pandoc texlive-ec texlive-pdfjam texlive-beamer \ -- 2.39.2