init.sh: remove useless command
we mkdir -p xbmklocal, only to remkdir it immediately afterward, which is the intended behaviour; on parent instances, xbmklocal is to be re-created fresh. Signed-off-by: Leah Rowe <leah@libreboot.org>25.06_branch
parent
ed83718cf2
commit
1e4e3f36f4
|
@ -189,8 +189,6 @@ xbmk_git_init()
|
|||
|
||||
xbmk_mkdirs()
|
||||
{
|
||||
x_ mkdir -p "$xbmklocal"
|
||||
|
||||
remkdir "$xbmktmp" "$xbmklocal"
|
||||
remkdir "$XBMK_CACHE/gnupath" "$XBMK_CACHE/xbmkpath"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue