summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2024-05-19 06:43:37 +0100
committerLeah Rowe <leah@libreboot.org>2024-05-19 06:43:37 +0100
commitcc7ed6926b2bf53468320e32c236f269838178fb (patch)
tree0e0b40c1bd09501e88aabd0364eec6acc7de96c0 /build
parentb40118ae59b2a48d7287bdcebd2314b0184d4806 (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-xbuild2
1 files changed, 0 insertions, 2 deletions
diff --git a/build b/build
index 1cb93f84..aa892d0e 100755
--- a/build
+++ b/build
@@ -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"