Commit 5a4f4079 authored by Linus Heckemann's avatar Linus Heckemann
Browse files

vmTools.debClosureGenerator: remove apparently obsolete bugfix

parent e6a4a3fe
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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
    '';