mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 23:47:21 +08:00
Proper fix for build.sh
This commit is contained in:
parent
b97d4805a5
commit
c4124e9d4e
4
build.sh
4
build.sh
@ -36,7 +36,9 @@ current_repo="$_cur_repo"
|
||||
build_it()
|
||||
{
|
||||
_mkpkg_flags=$1
|
||||
[ -n "$MODE" ] || error "you need to specify a package list defined in _/buildscripts/${_cur_repo}-${_build_arch}-pkgs.conf\n -> ${_available_pkglists}" && exit
|
||||
if [ "$MODE" = "" ] ; then
|
||||
error "you need to specify a package list defined in _/buildscripts/${_cur_repo}-${_build_arch}-pkgs.conf\n -> ${_available_pkglists}" && exit
|
||||
fi
|
||||
|
||||
cd $_build_work
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user