Commit f74f0a35 authored by Tristan Van Berkom's avatar Tristan Van Berkom
Browse files

base-configure.bst: Force passwd package to configure with a hack

Without a configured passwd package, many other things do not configure.

This was causing a problem when trying to build gegl as it uses graphviz
to generate docs, and graphviz was not configured properly.
parent 8a83d2c2
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -15,6 +15,13 @@ config:
    mv /bin/chown /bin/chown.real
    ln -s true /bin/chown

  - |
    # This causes the passwd package to configure properly for some reason,
    # many things depend on passwd being configured and wont configure without this,
    # so better to just force it.
    touch /etc/shadow
    touch /etc/gshadow

  - |
    # This is expected to fail, but will configure everything we need
    # at least for the purpose of building, other dpkg scripts which