Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=fw32.git;a=commitdiff;h=625a9273a01063a92a473e4c8bd627565431c5e5

commit 625a9273a01063a92a473e4c8bd627565431c5e5
Author: James Buren <r...@frugalware.org>
Date:   Wed Nov 9 18:26:45 2011 -0600

fw32.c: only mount cache directory to avoid some bugs

diff --git a/fw32.c b/fw32.c
index 52e8a20..f56eb2f 100644
--- a/fw32.c
+++ b/fw32.c
@@ -432,12 +432,13 @@ pacman_g2(char **args1)
{
pid_t id;
int status;
+  FW32_DIR cache = { "/var/cache/pacman-g2", false };

assert(args1);

umount_all();

-  mount_base();
+  mount_directory(&cache);

id = fork();
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to