summaryrefslogtreecommitdiffstats
path: root/build_tools/bin/mp.py
diff options
context:
space:
mode:
authorMichael Hanson <hansonorders@verizon.net>2011-01-27 02:12:43 (GMT)
committerMichael Hanson <hansonorders@verizon.net>2011-01-27 02:12:43 (GMT)
commit3c3d23eeb5f2196d6b283065aee82d51ffec4169 (patch)
tree0a9384b372379e99076b3a1c02780c91fc06df09 /build_tools/bin/mp.py
parentc7686e209a3273c26254232fb43d279a3a353da6 (diff)
downloadlinhes_dev-3c3d23eeb5f2196d6b283065aee82d51ffec4169.zip
mp.py: nothing to see here...just a bone-headed mistake on my part.
Diffstat (limited to 'build_tools/bin/mp.py')
-rwxr-xr-xbuild_tools/bin/mp.py4
1 files changed, 0 insertions, 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")