Explicitly install linux_base 8 to make sure the right version is
installed. PR: bin/74593 Submitted by: Matteo Riondato rionda at gufi dot org MFC after: 3 days
This commit is contained in:
parent
28b7eff478
commit
16a451fc32
@ -523,7 +523,7 @@ configLinux(dialogMenuItem *self)
|
||||
variable_set2(VAR_LINUX_ENABLE, "YES", 1);
|
||||
Mkdir("/compat/linux");
|
||||
msgNotify("Installing Linux compatibility library...");
|
||||
i = package_add("linux_base");
|
||||
i = package_add("linux_base-8");
|
||||
restorescr(w);
|
||||
return i;
|
||||
}
|
||||
|
@ -523,7 +523,7 @@ configLinux(dialogMenuItem *self)
|
||||
variable_set2(VAR_LINUX_ENABLE, "YES", 1);
|
||||
Mkdir("/compat/linux");
|
||||
msgNotify("Installing Linux compatibility library...");
|
||||
i = package_add("linux_base");
|
||||
i = package_add("linux_base-8");
|
||||
restorescr(w);
|
||||
return i;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user