From 6cbe217bf34d4187f9be2354c91ad85bdf782478 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Wed, 6 May 2015 10:08:58 +0200 Subject: [PATCH] scripts/Tools/emacs/build: - create $PREFIX, make expect the existance of it --- scripts/Tools/emacs/build | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/Tools/emacs/build b/scripts/Tools/emacs/build index 13774aa..06f595c 100755 --- a/scripts/Tools/emacs/build +++ b/scripts/Tools/emacs/build @@ -28,6 +28,7 @@ function em.configure() { --prefix="${PREFIX}" \ ${configure_args} \ || exit 1 + install -m 0755 -d "${PREFIX}" } function em.post_install() {