summaryrefslogtreecommitdiffhomepage
path: root/366.pacman.vars
diff options
context:
space:
mode:
Diffstat (limited to '366.pacman.vars')
-rw-r--r--366.pacman.vars10
1 files changed, 10 insertions, 0 deletions
diff --git a/366.pacman.vars b/366.pacman.vars
new file mode 100644
index 00000000..99bb4f39
--- /dev/null
+++ b/366.pacman.vars
@@ -0,0 +1,10 @@
+#
+# . ./build.vars and set -o errexit are assumed.
+#
+
+pkg_pacman_patch_pre() {
+ install -m 0700 ${_PWD}/config.sub ${PKG_SUBDIR}/build-aux;
+ cd ${PKG_SUBDIR} && ./autogen.sh && cd ${OLDPWD};
+};
+
+# vim:filetype=sh