commit 262b9963a52e0d90c9f5fbac036df13a61adb466
Author: Scott Kostyshak <[email protected]>
Date: Sun Dec 28 05:17:35 2025 +0100
lyxbuild: clean up pseudo link file after linking
This way, the .lnx files are not left in the layouts dir.
---
development/lyx-tester/lyxbuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/development/lyx-tester/lyxbuild b/development/lyx-tester/lyxbuild
index b2f7bb39af..dd91a242da 100755
--- a/development/lyx-tester/lyxbuild
+++ b/development/lyx-tester/lyxbuild
@@ -1051,6 +1051,7 @@ if [ -n "${userUserDir}" ]; then
pathtofile="$( cat "${lnx}" )"
if [ -e "${pathtofile}" ]; then
ln -s "${pathtofile}" "${lnx%.*}"
+ rm "${lnx}"
fi
done
shopt -u nullglob
--
lyx-cvs mailing list
[email protected]
https://lists.lyx.org/mailman/listinfo/lyx-cvs