summaryrefslogtreecommitdiff
path: root/CIS/gen-lys
diff options
context:
space:
mode:
Diffstat (limited to 'CIS/gen-lys')
-rwxr-xr-xCIS/gen-lys2
1 files changed, 1 insertions, 1 deletions
diff --git a/CIS/gen-lys b/CIS/gen-lys
index b5efb98..23f2060 100755
--- a/CIS/gen-lys
+++ b/CIS/gen-lys
@@ -29,7 +29,7 @@ for s in *.cap *.capx *.xml *.mxl; do
[ -d "$d" ] && continue
timeout 10 make "$s" || continue
mkdir "$d"
- mv "$s" "$d"
+ mv "$s" "$d/${d#*/}.ly"
ln "${masterMakefile}" "$d"
git add "$d"
git commit "$d" -m "${d#*/} neu"