release.sh: don't move src/docs/

otherwise, ./mk -b (without argument) will fail, on release
archives. also, perhaps i should add an mkhelper to build it?

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2025-05-17 12:43:25 +01:00
parent 840d6a1d27
commit dbe109d7b5
-1
View File
@@ -54,7 +54,6 @@ prep_release_src()
x_ ./mk -f x_ ./mk -f
fx_ "x_ rm -Rf" x_ find . -name ".git" fx_ "x_ rm -Rf" x_ find . -name ".git"
fx_ "x_ rm -Rf" x_ find . -name ".gitmodules" fx_ "x_ rm -Rf" x_ find . -name ".gitmodules"
x_ mv src/docs docs
} }
prep_release_tarball() prep_release_tarball()