summaryrefslogtreecommitdiffstats
path: root/build_tools/bin/mp.py
diff options
context:
space:
mode:
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")