X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=src%2Fpakfire%2Fpakfire;h=041ba669a3b016ae236cc2d6647429f5efc407a5;hb=c9ae511ecf3caea0836b06211ca49d3fec4bf6b8;hp=202c1e5a142f83200f89b2d3c6544f8a16d57d3e;hpb=36600cef36577ca36d4349bc7658a68234311ea2;p=ipfire-2.x.git diff --git a/src/pakfire/pakfire b/src/pakfire/pakfire index 202c1e5a14..041ba669a3 100644 --- a/src/pakfire/pakfire +++ b/src/pakfire/pakfire @@ -24,6 +24,9 @@ delete @ENV{qw(IFS CDPATH ENV BASH_ENV PATH)}; $< = $>; + # Store keys here + $ENV{"GNUPGHOME"} = "/opt/pakfire/etc/.gnupg"; + require "/opt/pakfire/lib/functions.pl"; my $interactive = 1; @@ -246,7 +249,6 @@ } elsif ("$ARGV[0]" eq "update") { &Pakfire::makeuuid(); - &Pakfire::senduuid(); &Pakfire::getmirrors("$force"); &Pakfire::dbgetlist("$force"); &Pakfire::getcoredb("$force");