vmTools.debClosureGenerator: remove apparently obsolete bugfix

This commit is contained in:
Linus Heckemann 2023-01-28 11:24:16 +01:00
parent e6a4a3feea
commit 5a4f40797c
1 changed files with 0 additions and 3 deletions

View File

@ -728,9 +728,6 @@ rec {
esac
done
# Work around this bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=452279
sed -i ./Packages -e s/x86_64-linux-gnu/x86-64-linux-gnu/g
perl -w ${deb/deb-closure.pl} \
./Packages ${urlPrefix} ${toString packages} > $out
'';