summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xhelper/install2
1 files changed, 1 insertions, 1 deletions
diff --git a/helper/install b/helper/install
index 3152cf4..c0679bb 100755
--- a/helper/install
+++ b/helper/install
@@ -50,7 +50,7 @@ echo install/${ELPA_DIR}: byte-compiling for ${FLAVOR}
# policy). This makes complation easy, and also allows find-function
# 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}/* .)
+(cd ${elc_dir} && ln -sf ${el_dir}* .)
# Byte compile them
(cd ${elc_dir}