From 261358a3c093002af8d7ed2405ee64b0bcd8b555 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 22 Feb 2021 15:41:06 +0200 Subject: Fix formatting in bash guide --- stage | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'stage') diff --git a/stage b/stage index 915a93e..ab2722b 100755 --- a/stage +++ b/stage @@ -33,7 +33,7 @@ bpkg --version >/dev/null bdep --version >/dev/null # Make sure the build system if up to date (otherwise update will be triggered -# by libbuild2-hello distribution). +# by libbuild2-* module distribution). # b build2/build2/ b --version >/dev/null @@ -302,8 +302,9 @@ etc/stage-pkg -c $mode -d libstudxml ../studxml/libstudxml etc/stage-pkg -c $mode -d hello hello/libhello-1.0 -etc/stage-pkg -c $mode -d kconfig packaging/kconfig/kconfig/liblkc -etc/stage-pkg -c $mode -d kconfig packaging/kconfig/kconfig/kconfig-conf +etc/stage-pkg -c $mode -d kconfig packaging/kconfig/kconfig/liblkc \ + packaging/kconfig/kconfig/kconfig-conf \ + packaging/kconfig/kconfig/kconfig-qconf # For testing we also stage other libodb-*. # @@ -333,6 +334,6 @@ etc/stage-pkg -c $mode build2 \ openssl-agent \ libbuild2-hello/libbuild2-hello \ libbuild2-hello/libbuild2-hello-tests \ - -# libbuild2-kconfig/libbuild2-kconfig \ -# libbuild2-kconfig/libbuild2-kconfig-tests + libbuild2-kconfig/kconfig-hello \ + libbuild2-kconfig/libbuild2-kconfig \ + libbuild2-kconfig/libbuild2-kconfig-tests -- cgit v1.1