From: Martin Pitt Date: Sun, 5 Jun 2022 14:57:47 +0000 (+0200) Subject: build-cockpit-toolbox: Drop obsolete workaround X-Git-Url: https://piware.de/gitweb/?p=bin.git;a=commitdiff_plain;h=7e16c4d2f64258721bc38feabc69b18e2ff05c4a build-cockpit-toolbox: Drop obsolete workaround Works fine now without this hack. --- 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 \