mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-12 20:16:49 +02:00
Fixed bug, pakfire isntalls dependencies twice -> needs testing.
This commit is contained in:
@@ -8,3 +8,4 @@ srv/web/ipfire/cgi-bin/qos.cgi
|
||||
srv/web/ipfire/cgi-bin/index.cgi
|
||||
srv/web/ipfire/cgi-bin/gui.cgi
|
||||
srv/web/ipfire/cgi-bin/pakfire.cgi
|
||||
opt/pakfire/pakfire
|
||||
|
||||
@@ -137,8 +137,8 @@
|
||||
}
|
||||
|
||||
if (@deps) {
|
||||
#my %sort = map{ $_, 1 } @deps;
|
||||
#@deps = sort keys %sort;
|
||||
my %sort = map{ $_, 1 } @deps;
|
||||
@deps = sort keys %sort;
|
||||
&Pakfire::message("");
|
||||
&Pakfire::message("PAKFIRE INFO: Packages to install for dependencies:");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user