]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - src/pakfire/pakfire
pakfire: Store key material in own directory
[ipfire-2.x.git] / src / pakfire / pakfire
index 202c1e5a142f83200f89b2d3c6544f8a16d57d3e..dfba9155681b4576c3bd9780ec86b68d8c2175ed 100644 (file)
@@ -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;