dpkg: Re-enable update-alternatives
The reason it didn't work previously was that dpkg's etc and var directories were misconfigured. Now it works fine. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
543c70cd67
commit
1eaa7700e2
1 changed files with 1 additions and 2 deletions
|
@ -41,8 +41,7 @@ class Dpkg < Formula
|
|||
"--localstatedir=#{var}",
|
||||
"--disable-dselect",
|
||||
"--disable-linker-optimisations",
|
||||
"--disable-start-stop-daemon",
|
||||
"--disable-update-alternatives"
|
||||
"--disable-start-stop-daemon"
|
||||
system "make"
|
||||
system "make", "install"
|
||||
|
||||
|
|
Loading…
Reference in a new issue