summaryrefslogtreecommitdiff
path: root/emacsen-common
diff options
context:
space:
mode:
Diffstat (limited to 'emacsen-common')
-rwxr-xr-xemacsen-common/install5
1 files changed, 3 insertions, 2 deletions
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}