Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=setup.git;a=commitdiff;h=01a3a580ed19c3448b93c7b0018cd526841e6cbb

commit 01a3a580ed19c3448b93c7b0018cd526841e6cbb
Author: Miklos Vajna <[EMAIL PROTECTED]>
Date:   Tue Sep 2 01:41:04 2008 +0200

plugins/install: disable dep checks in installpkgs_forreal()

this is not really necessary as we already check deps in
select/fw_select() and it causes problem with circular deps.

(ie. when foo and bar depends on each other but foo is on cdn and bar is
on cdn+1.)

closes #3264

diff --git a/src/plugins/install.c b/src/plugins/install.c
index 1bbb2bd..27a2449 100644
--- a/src/plugins/install.c
+++ b/src/plugins/install.c
@@ -61,7 +61,7 @@ int installpkgs_forreal(GList *pkgs, int fast)
{
fw_end_dialog();
if(fast)
-                       cmd = g_strdup_printf("pacman-g2 -S -r ./ --noconfirm 
-f --nointegrity %s", ptr);
+                       cmd = g_strdup_printf("pacman-g2 -S -r ./ --noconfirm 
-d -f --nointegrity %s", ptr);
else
cmd = g_strdup_printf("pacman-g2 -S -r ./ --noconfirm %s", ptr);
if (fw_system_interactive(cmd) != 0)
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to