From: Daniel Hokka Zakrisson Date: Fri, 28 Oct 2011 21:57:04 +0000 (+0200) Subject: Use correct path to look for urpmi X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=943b61d514137664439db8bbb8630bfc0baf6c59;p=util-vserver.git Use correct path to look for urpmi --- diff --git a/scripts/functions b/scripts/functions index 8fc1929..ee4e87f 100644 --- a/scripts/functions +++ b/scripts/functions @@ -926,7 +926,7 @@ function pkgmgmt.isUrpmiAvailable local have_urpmi i if test -n "$is_internal"; then have_urpmi=1 - test -d "$cfgdir"/var/lib/urpmi || have_urpmi= + test -d "$cfgdir"/base/var/lib/urpmi || have_urpmi= else have_urpmi= for i in /bin /usr/bin /usr/local/bin; do