From 3b22cf47018e5d216839a0f0e1f68a95331f452e Mon Sep 17 00:00:00 2001 From: gobo72 Date: Wed, 31 Aug 2011 05:22:27 +0000 Subject: [PATCH] =?utf8?q?Correction=20permissions=20r=C3=A9pertoire=20ema?= =?utf8?q?cs=20site-lisp?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- stage5/pkg/emacs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stage5/pkg/emacs b/stage5/pkg/emacs index 5ab325d..0bfcf21 100644 --- a/stage5/pkg/emacs +++ b/stage5/pkg/emacs @@ -21,7 +21,7 @@ hvbuild_post() LOCAL_SITE_LIST=/usr/local/share/emacs/site-lisp - install -v -m644 -d ${LOCAL_SITE_LIST} + install -v -m755 -d ${LOCAL_SITE_LIST} install -v -m644 ${SCRDIR}/misc/emacs/buffer-cycle.el ${LOCAL_SITE_LIST} # Set Emacs as default editor -- 2.20.1