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

commit c25824e3b4295297dcc3d60e137eccb8a94119c0
Author: Miklos Vajna <[EMAIL PROTECTED]>
Date:   Thu May 22 17:41:14 2008 +0200

no longer hardwire the repo name, make it possible to build on stable

diff --git a/configure b/configure
index cb4e8ed..d3b6854 100755
--- a/configure
+++ b/configure
@@ -82,7 +82,10 @@ except OSError:
if pacman.initialize("/") == -1:
raise "failed to init the pacman lib"

-remote = pacman.db_register("frugalware-current")
+if options.repo == "stable":
+       remote = pacman.db_register("frugalware")
+else:
+       remote = pacman.db_register("frugalware-current")
local = pacman.db_register("local")
sys.stdout.write("reading the remote database... ")
sys.stdout.flush()
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to