summaryrefslogtreecommitdiffstats
path: root/setup_env.sh
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2016-05-18 20:55:59 (GMT)
committerBritney Fransen <brfransen@gmail.com>2016-05-18 20:55:59 (GMT)
commit25daaf96b267574a109e8d9c981409688640b601 (patch)
treee51c3622e987d0a5070a83b99e2a6aab80a33269 /setup_env.sh
parenta5a3e241ada1584ce94b06cdc77780f11e3b9c94 (diff)
downloadlinhes_dev-25daaf96b267574a109e8d9c981409688640b601.zip
setup_env.sh: add unison to installed pkgs in build root
Diffstat (limited to 'setup_env.sh')
-rwxr-xr-xsetup_env.sh2
1 files changed, 1 insertions, 1 deletions
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