summaryrefslogtreecommitdiff
path: root/CIS
diff options
context:
space:
mode:
authorErich Eckner <erich.eckner.ext@bestsecret.com>2024-07-19 17:27:35 +0200
committerErich Eckner <erich.eckner.ext@bestsecret.com>2024-07-19 17:27:35 +0200
commit15e58505db2aea8cec7c8717625c054f3176164f (patch)
treeb01cf1871ce1ac7b6393a39c320d2c7f455e25c8 /CIS
parent6c3632db9f21ca47098993f9bdc6a8ebc7ec416d (diff)
downloadMusik-15e58505db2aea8cec7c8717625c054f3176164f.tar.xz
CIS/gen-lys: bessere Namen
Diffstat (limited to 'CIS')
-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"