From 7fe9a6df77bd58b1cf72570a51218eabcf77c686 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Mon, 6 Dec 2010 16:45:57 +0000 Subject: [PATCH] yum: Call setCacheDir so this works for non-root users. --- febootstrap_yum_rpm.ml | 1 + 1 file changed, 1 insertion(+) 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 () -- 1.8.3.1