chore(LCEVCdec): Rename directory to package name (#7672) (#7694)

(cherry picked from commit 30ff86166c)

Co-authored-by: Gilver <rockgrub@disroot.org>
This commit is contained in:
Raboneko
2025-11-25 17:35:42 -08:00
committed by GitHub
parent bf9bda6e89
commit af7d3ae31a
4 changed files with 1 additions and 1 deletions
@@ -1,6 +1,6 @@
rpm.version(gh("v-novaltd/LCEVCdec"));
open_file("anda/multimedia/lcevcdec/VERSION_ffmpeg.txt", "w").write(bump::madoguchi("ffmpeg", labels.branch));
open_file("anda/multimedia/LCEVCdec/VERSION_ffmpeg.txt", "w").write(bump::madoguchi("ffmpeg", labels.branch));
let dir = sub(`/[^/]+$`, "", __script_path);
if sh("[[ `git status " + dir + " --porcelain` ]] && exit 1 || exit 0", #{}).ctx.rc == 1 {