OSDN Git Service

fixed typo
authorkokkiemouse <kokkiemouse@gmail.com>
Fri, 25 Sep 2020 22:42:23 +0000 (07:42 +0900)
committerkokkiemouse <kokkiemouse@gmail.com>
Fri, 25 Sep 2020 22:42:23 +0000 (07:42 +0900)
Signed-off-by: kokkiemouse <kokkiemouse@gmail.com>
lfbs

diff --git a/lfbs b/lfbs
index 3768ed7..860d374 100755 (executable)
--- a/lfbs
+++ b/lfbs
@@ -413,7 +413,7 @@ make_clean() {
 
 make_squashfs() {
     # prepare
-    rmeove "${bootfiles_dir}"
+    remove "${bootfiles_dir}"
     mkdir -p "${bootfiles_dir}"/{grub,LiveOS,boot,isolinux}
     #generate initrd
     _msg_info "make initrd..."