From d784dd3449983e34e764c483119850b97ffdfe29 Mon Sep 17 00:00:00 2001 From: Sven Joachim Date: Sun, 5 Feb 2023 20:08:27 +0100 Subject: helper scripts: Avoid double slashes in symlinks Closes: #1030560 --- helper/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} -- cgit v1.2.3