summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorQue Quotion2016-11-15 02:26:45 +0900
committerQue Quotion2016-11-15 02:26:45 +0900
commit2c10269d9110039d5ea8a27a9479599a02467d4f (patch)
treef75ee3027ffd08315e7616f8fe2c45e9593688c7
parent536d694459997aad1dcdec888ad5e38f462ca60d (diff)
downloadaur-2c10269d9110039d5ea8a27a9479599a02467d4f.tar.gz
Fix typo.. worked that way anyway; does this line matter at all?
-rw-r--r--buildenv_ext.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildenv_ext.patch b/buildenv_ext.patch
index 7f799e4671a1..edb4d079bf6c 100644
--- a/buildenv_ext.patch
+++ b/buildenv_ext.patch
@@ -50,7 +50,7 @@ index 0000000..d56afd9
+
+LIBRARY=${LIBRARY:-'@libmakepkgdir@'}
+
-+declare -a exta_buildopts
++declare -a extra_buildopts
+
+for lib in "$LIBRARY/buildenv_ext/"*.sh; do
+ source "$lib"