summaryrefslogtreecommitdiff
path: root/add-mips64el
diff options
context:
space:
mode:
Diffstat (limited to 'add-mips64el')
-rwxr-xr-xadd-mips64el6
1 files changed, 0 insertions, 6 deletions
diff --git a/add-mips64el b/add-mips64el
deleted file mode 100755
index e06d857..0000000
--- a/add-mips64el
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/bash
-# Change all arch array that aren't any or mips64el already
-
-find -name 'PKGBUILD' -exec sed -i "s/^\(arch=([^)anym]\+\))/\1 'mips64el')/" '{}' \;
-
-exit $?