From 32d067fb569628d97e7b73acca0e3a6a1dacb002 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Reynolds?= Date: Mon, 28 Mar 2011 16:04:00 -0300 Subject: Script to add 'mips64el' to the arch array --- add-mips64el | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 add-mips64el (limited to 'add-mips64el') diff --git a/add-mips64el b/add-mips64el new file mode 100755 index 0000000..e06d857 --- /dev/null +++ b/add-mips64el @@ -0,0 +1,6 @@ +#!/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 $? -- cgit v1.2.2