]> piware.de Git - bin.git/commitdiff
build-cockpit-toolbox: Drop obsolete workaround
authorMartin Pitt <martin@piware.de>
Sun, 5 Jun 2022 14:57:47 +0000 (16:57 +0200)
committerMartin Pitt <martin@piware.de>
Sun, 5 Jun 2022 14:57:47 +0000 (16:57 +0200)
Works fine now without this hack.

build-cockpit-toolbox

index c49a0b80745842c1d9008a0a4a00dd0e9963abb3..98b695801d3d7be139130174682d26d59a605d07 100755 (executable)
@@ -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 \