From 3c3d23eeb5f2196d6b283065aee82d51ffec4169 Mon Sep 17 00:00:00 2001 From: Michael Hanson Date: Wed, 26 Jan 2011 18:12:43 -0800 Subject: mp.py: nothing to see here...just a bone-headed mistake on my part. --- build_tools/bin/mp.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build_tools/bin/mp.py b/build_tools/bin/mp.py index e43b68d..c329335 100755 --- a/build_tools/bin/mp.py +++ b/build_tools/bin/mp.py @@ -137,10 +137,6 @@ def commandline(): makepkg_cmd.append(k) makepkg_cmd.append(v) - # Add "--ignorearch" if "--pkg" is called to avoid package not - # available in arch=('') errors - if "--pkg" in makepkg_cmd: - makepkg_cmd.append("--ignorearch") # Remove bump option from makepkg command if it exists if "--bump" in makepkg_cmd: makepkg_cmd.remove("--bump") -- cgit v0.12