diff options
author | Leah Rowe <leah@libreboot.org> | 2024-05-19 06:43:37 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2024-05-19 06:43:37 +0100 |
commit | cc7ed6926b2bf53468320e32c236f269838178fb (patch) | |
tree | 0e0b40c1bd09501e88aabd0364eec6acc7de96c0 /build | |
parent | b40118ae59b2a48d7287bdcebd2314b0184d4806 (diff) |
build/roms: rename moverom to copyrom
it copies, it doesn't move, so name it right
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'build')
-rwxr-xr-x | build | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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" |