]> git.ipfire.org Git - pakfire.git/commitdiff
Fix for chroot change.
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 9 Apr 2011 20:30:19 +0000 (22:30 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 9 Apr 2011 20:30:19 +0000 (22:30 +0200)
pakfire/builder.py
po/pakfire.pot

index 79ae93f92ff6550ac7814ac4bccdb9401f71d00c..c3cf832b2778bc5fda4844b361e43d24e54f755e 100644 (file)
@@ -499,7 +499,7 @@ class Builder(object):
                        if not kwargs.has_key("chrootPath"):
                                kwargs["chrootPath"] = self.chrootPath()
 
-                       ret = util.do(
+                       ret = chroot.do(
                                command,
                                personality=personality,
                                shell=False,
index cd8dede65d37d3b9cfcd9704774a3e14385536e8..346abf0939f96f9f6facff0e474e2c9605dfdf61 100644 (file)
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-04-09 17:20+0200\n"
+"POT-Creation-Date: 2011-04-09 22:27+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -21,7 +21,7 @@ msgstr ""
 msgid "Is this okay?"
 msgstr ""
 
-#: ../pakfire/builder.py:188
+#: ../pakfire/builder.py:189
 #, python-format
 msgid "Extracting: %s (source)"
 msgstr ""