From 4f9786458ab2e4b57ec81fe9a076ec9b7b3d15d8 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Tue, 1 Sep 2015 19:13:39 -0300 Subject: symlink all files/directories into flavour specific directory This is needed for packages like geiser that look relative to the elisp directory for non-elisp (e.g. scheme) files. update TODO --- emacsen-common/install | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'emacsen-common/install') diff --git a/emacsen-common/install b/emacsen-common/install index d24e6a5..090505f 100755 --- a/emacsen-common/install +++ b/emacsen-common/install @@ -38,8 +38,9 @@ echo install/${ELPA_PACKAGE}: byte-compiling for ${FLAVOR} # Create symlinks to the .el files (see section 6E in debian-emacs # polcy). This makes complation easy, and also allows find-function -# and find-library to work properly. -(cd ${elc_dir} && cp -sf ${el_dir}/*.el .) +# and find-library to work properly. Also link all other top level +# files and directories into the flavor directory +(cd ${elc_dir} && ln -sf ${el_dir}/* .) # Byte compile them (cd ${elc_dir} -- cgit v1.2.3