summaryrefslogtreecommitdiffstats
path: root/editors/emacs/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'editors/emacs/BUILD')
-rwxr-xr-xeditors/emacs/BUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/editors/emacs/BUILD b/editors/emacs/BUILD
index 6cc5d4dd37..2675cc13a6 100755
--- a/editors/emacs/BUILD
+++ b/editors/emacs/BUILD
@@ -17,6 +17,9 @@ if [[ "$EMACS_BRANCH" == "scm" ]]; then
[[ $CROSS_INSTALL == on ]] && OPTS="$OPTS --host=${HOST}"
+ # Fix broken permissions
+ chmod +x build-aux/update-subdirs &&
+
./autogen.sh &&
./configure --prefix=${INSTALL_ROOT}/usr \
--sysconfdir=${INSTALL_ROOT}/etc \