Kaydet (Commit) 147b22c7 authored tarafından Your Name's avatar Your Name

fix

üst 0aae33bc
......@@ -275,7 +275,7 @@ def ls(source):
def export(key, value):
"""export environ variable"""
os.environ[key] = value
os.environ[str(key)] = str(value)
def isLink(filePath):
......
......@@ -159,6 +159,7 @@ run check_make_dep "Checking dependency"
set -e
run pkgver "Runninn pkgver"
run prepare "Running prepare"
set -e
run build "Building"
run package "Installing"
run create_tar "Creating install.tar.xz"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment