From: Richard W.M. Jones Date: Mon, 6 Dec 2010 16:45:57 +0000 (+0000) Subject: yum: Call setCacheDir so this works for non-root users. X-Git-Tag: 3.1~4 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=7fe9a6df77bd58b1cf72570a51218eabcf77c686;p=febootstrap.git yum: Call setCacheDir so this works for non-root users. --- diff --git a/febootstrap_yum_rpm.ml b/febootstrap_yum_rpm.ml index 075e4e0..47aefc6 100644 --- a/febootstrap_yum_rpm.ml +++ b/febootstrap_yum_rpm.ml @@ -42,6 +42,7 @@ import sys yb = yum.YumBase () yb.preconf.debuglevel = %d yb.preconf.errorlevel = %d +yb.setCacheDir () # Look up the base packages from the command line. deps = dict ()