From b7e803da2d7a46115d337d93d40edeae6ced5883 Mon Sep 17 00:00:00 2001 From: Mike Khiretskiy Date: Fri, 25 Jul 2014 10:33:08 +0400 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B0=20=D0=BD=D0=B0=D1=81=D1=82=D1=80=D0=BE=D0=B9?= =?UTF-8?q?=D0=BA=D0=B0=20video?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pym/cl_fill_assemble.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pym/cl_fill_assemble.py b/pym/cl_fill_assemble.py index 22b57ad..feef5c6 100644 --- a/pym/cl_fill_assemble.py +++ b/pym/cl_fill_assemble.py @@ -496,7 +496,7 @@ class fillVars(object, glob_attr): reVerSplit = cl_assemble.reVerSplit yield "#!/bin/bash" yield "PKG=$1" - yield "MASK=`cl-core --method variables_show --only-value install.os_nvidia_mask 2>/dev/null`" + yield "MASK=`cl-core --method core_variables_show --only-value install.os_nvidia_mask 2>/dev/null`" yield "PORTAGE=/usr/portage" yield "OVERLAY=/var/lib/layman/calculate" yield "WORLD=/var/lib/portage/world"