mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-10 10:24:37 +08:00
fix wrong cmd
This commit is contained in:
parent
d56765edc7
commit
a4659cf02d
5
build.sh
Executable file → Normal file
5
build.sh
Executable file → Normal file
@ -13,7 +13,7 @@
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>
|
||||
#
|
||||
# Desktop v.0.06.08
|
||||
# Desktop v.0.06.20
|
||||
# by Phil Miller
|
||||
#
|
||||
# setup
|
||||
@ -38,7 +38,8 @@ current_repo="$_cur_repo"
|
||||
build_it()
|
||||
{
|
||||
_mkpkg_flags=$1
|
||||
[ -n "$MODE" ] || error "you need to specify a package list defined in _/buildsystem/${_cur_repo}-${_build_arch}-pkgs.conf\n -> ${_available_pkglists}"
|
||||
[ -n "$MODE" ] || error "you need to specify a package list defined in _/buildscripts/${_cur_repo}-${_build_arch}-pkgs.conf\n ->
|
||||
${_available_pkglists}" && exit
|
||||
|
||||
cd $_build_work
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user