diff options
author | Britney Fransen <brfransen@gmail.com> | 2016-05-18 20:55:59 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2016-05-18 20:55:59 (GMT) |
commit | 25daaf96b267574a109e8d9c981409688640b601 (patch) | |
tree | e51c3622e987d0a5070a83b99e2a6aab80a33269 | |
parent | a5a3e241ada1584ce94b06cdc77780f11e3b9c94 (diff) | |
download | linhes_dev-25daaf96b267574a109e8d9c981409688640b601.zip |
setup_env.sh: add unison to installed pkgs in build root
-rwxr-xr-x | README | 3 | ||||
-rwxr-xr-x | setup_env.sh | 2 |
2 files changed, 3 insertions, 2 deletions
@@ -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 |