[haiku-commits] haiku: hrev53029 - 3rdparty/docker/bootstrap

  • From: Alex von Gluck IV <kallisti5@xxxxxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Wed, 3 Apr 2019 22:06:00 -0400 (EDT)

hrev53029 adds 1 changeset to branch 'master'
old head: e8b4366330ed6ca108a0f51c5b085fbcbf7af721
new head: 7a180033de39d359d8c85c157b7dce856a2aacf1
overview: 
https://git.haiku-os.org/haiku/log/?qt=range&q=7a180033de39+%5Ee8b4366330ed

----------------------------------------------------------------------------

7a180033de39: docker/bootstrap: Fix sysroot stage variable
  
  Change-Id: Icb7d83fd60d85a107601012f906ed7bf63f0eb61

                          [ Alexander von Gluck IV <kallisti5@xxxxxxxxxxx> ]

----------------------------------------------------------------------------

Revision:    hrev53029
Commit:      7a180033de39d359d8c85c157b7dce856a2aacf1
URL:         https://git.haiku-os.org/haiku/commit/?id=7a180033de39
Author:      Alexander von Gluck IV <kallisti5@xxxxxxxxxxx>
Date:        Thu Apr  4 01:47:12 2019 UTC

----------------------------------------------------------------------------

1 file changed, 1 insertion(+), 1 deletion(-)
3rdparty/docker/bootstrap/haikuports_chroot.sh | 2 +-

----------------------------------------------------------------------------

diff --git a/3rdparty/docker/bootstrap/haikuports_chroot.sh 
b/3rdparty/docker/bootstrap/haikuports_chroot.sh
index face892ad5..c9be8a95bd 100755
--- a/3rdparty/docker/bootstrap/haikuports_chroot.sh
+++ b/3rdparty/docker/bootstrap/haikuports_chroot.sh
@@ -22,5 +22,5 @@ echo "Entering chroot with $STAGE chroot..."
 
 $WORKPATH/src/haikuporter/haikuporter \
        
--config=$GENERATED/objects/haiku/$TARGET_ARCH/packaging/repositories/HaikuPortsCross-build/haikuports.conf
 \
-       --cross-devel-package 
$GENERATED/objects/haiku/$TARGET_ARCH/packaging/packages/haiku_cross_devel_sysroot_$STAGE_$TARGET_ARCH.hpkg
 \
+       --cross-devel-package 
$GENERATED/objects/haiku/$TARGET_ARCH/packaging/packages/haiku_cross_devel_sysroot_${STAGE}_$TARGET_ARCH.hpkg
 \
        --enter-chroot $1


Other related posts:

  • » [haiku-commits] haiku: hrev53029 - 3rdparty/docker/bootstrap - Alex von Gluck IV