diff options
-rwxr-xr-x | stage | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -167,6 +167,7 @@ if [ "$script_only" != true ]; then XZ_OPT=-9 \ GZIP_OPT=-9 \ b dist: build2-toolchain-default/ \ + config.dist.root=/tmp/dist \ "config.dist.archives=$owd/$dist_src/$v/tar.xz $owd/$dist_src/$v/tar.gz" \ config.dist.checksums=sha256 fi @@ -301,6 +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 + # For testing we also stage other libodb-*. # etc/stage-pkg -c $mode -d odb \ |