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

  • From: Alex von Gluck IV <kallisti5@xxxxxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Fri, 15 Feb 2019 12:51:24 -0500 (EST)

hrev52873 adds 1 changeset to branch 'master'
old head: 54624bda43f13312a491fe1c91d22834be3374f5
new head: f4dca556adff9b54f53f9f82ca31e8f6add73477
overview: 
https://git.haiku-os.org/haiku/log/?qt=range&q=f4dca556adff+%5E54624bda43f1

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

f4dca556adff: bootstrap: Fix PS1 to solve entering chroot via haikuporter
  
  Change-Id: Ida03530aea9ab5075af3a951cf5804d7c5694490

                          [ Alexander von Gluck IV <kallisti5@xxxxxxxxxxx> ]

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

Revision:    hrev52873
Commit:      f4dca556adff9b54f53f9f82ca31e8f6add73477
URL:         https://git.haiku-os.org/haiku/commit/?id=f4dca556adff
Author:      Alexander von Gluck IV <kallisti5@xxxxxxxxxxx>
Date:        Fri Feb 15 17:51:11 2019 UTC

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

1 file changed, 3 insertions(+)
3rdparty/docker/bootstrap/haikuports_chroot.sh | 3 +++

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

diff --git a/3rdparty/docker/bootstrap/haikuports_chroot.sh 
b/3rdparty/docker/bootstrap/haikuports_chroot.sh
index 23607fc0bc..3d037c40f6 100755
--- a/3rdparty/docker/bootstrap/haikuports_chroot.sh
+++ b/3rdparty/docker/bootstrap/haikuports_chroot.sh
@@ -8,6 +8,9 @@ fi
 export GENERATED=$WORKPATH/generated.$TARGET_ARCH
 export LD_LIBRARY_PATH=$GENERATED/objects/linux/lib/:$LD_LIBRARY_PATH
 
+# A hack to fix haikuport chroot not liking Debian's fancy PS1
+export PS1='\u@\h:\w\$'
+
 $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_stage1_$TARGET_ARCH.hpkg
 \


Other related posts:

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