From 37be8f73669ddadf2259656f656af5f5c5bc39b9 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 28 Jan 2018 18:25:52 +0100 Subject: added package descriptions for stage1 added stage1 build script shellchecked all scripts --- prepare_stage1_repo.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'prepare_stage1_repo.sh') diff --git a/prepare_stage1_repo.sh b/prepare_stage1_repo.sh index dcce93b..d7df4e2 100755 --- a/prepare_stage1_repo.sh +++ b/prepare_stage1_repo.sh @@ -64,7 +64,7 @@ if test ! -d $STAGE1_BUILD; then # prepare the build enviroment mkdir $STAGE1_BUILD - cd $STAGE1_BUILD + cd $STAGE1_BUILD || exit 1 # prepare makepkg for building into the i486-chroot cp /usr/bin/makepkg $STAGE1_BUILD/makepkg-i486 @@ -90,7 +90,7 @@ if test ! -d $CROSS_HOME/packages32; then # get packages repo from Archlinux32 for the diffs - git clone git@github.com:archlinux32/packages.git $CROSS_HOME/packages32 + git clone $GIT_URL_ARCHLINUX32_PACKAGES $CROSS_HOME/packages32 echo "Fetched Archlinux32 diffs for packages." fi -- cgit v1.2.3-54-g00ecf