build/roms: rename moverom to copyrom

it copies, it doesn't move, so name it right

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2024-05-19 06:43:37 +01:00
parent b40118ae59
commit cc7ed6926b
2 changed files with 6 additions and 8 deletions
-2
View File
@@ -71,8 +71,6 @@ install_packages()
printf "You must install AUR packages: %s\n" "$aur_notice" 1>&2
}
# release archives contain .gitignore, but not .git.
# xbmk can be run from xbmk.git, or an archive.
git_init()
{
[ -L ".git" ] && $err "Reference .git is a symlink"