From 25daaf96b267574a109e8d9c981409688640b601 Mon Sep 17 00:00:00 2001 From: Britney Fransen Date: Wed, 18 May 2016 16:55:59 -0400 Subject: setup_env.sh: add unison to installed pkgs in build root --- README | 3 ++- setup_env.sh | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README b/README index 0a6d422..2d900b9 100755 --- a/README +++ b/README @@ -34,7 +34,8 @@ are intended for developers and testers in preparing the next release. environment. However, linhes-dev is not a working development by itself. A working development enviroment also needs linhes-pkbuild. The script setup_env.sh will do all the work in creating a working development -environment. Get setup_env.sh at: http://linhes.org/repo/setup_env.sh +environment. Get setup_env.sh at: +http://cgit.linhes.org/linhes_dev/plain/setup_env.sh?h=testing The setup_env.sh script will download and install the required packages (by default, from the current stable release) into a directory called diff --git a/setup_env.sh b/setup_env.sh index 63c57b4..05b9acb 100755 --- a/setup_env.sh +++ b/setup_env.sh @@ -157,7 +157,7 @@ pwd echo "Creating dev chroot, this requires root access" echo "please type your root pass" mkdir -p /tmp/cache/pacman -su -c "./mkarchroot -f -C /tmp/pacman.conf.chroot ../build_root.$ARCH base base-devel openssh git python2 dosfstools rsync squashfs-tools libisoburn gitpython parched" +su -c "./mkarchroot -f -C /tmp/pacman.conf.chroot ../build_root.$ARCH base base-devel openssh git python2 dosfstools rsync squashfs-tools libisoburn gitpython parched unison" status=$? if [ ! $status = 0 ] then -- cgit v0.12