summaryrefslogtreecommitdiff
path: root/helper/install
diff options
context:
space:
mode:
authorSven Joachim <svenjoac@gmx.de>2023-02-05 20:08:27 +0100
committerDavid Bremner <bremner@debian.org>2023-07-23 07:12:30 -0300
commitd784dd3449983e34e764c483119850b97ffdfe29 (patch)
tree117d347821327ab8ef8e76053c91070a48f7b679 /helper/install
parented34eb76ac548dae70f38068f6595e5aceee9471 (diff)
helper scripts: Avoid double slashes in symlinks
Closes: #1030560
Diffstat (limited to 'helper/install')
-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}