integrate-distro.sh: Run jcs setup (untested)

Signed-off-by: Jan Lindemann <jan@jannet.de>
This commit is contained in:
Jan Lindemann 2013-04-07 18:38:46 +00:00 committed by Jan Lindemann
commit d647b6ff30

View file

@ -985,14 +985,8 @@ cmd_install()
chroot $root /usr/sbin/pam-config -c
chroot $root /usr/sbin/pam-config -a --ldap
local jcs_dir
eval jcs_dir=`make_etc_jcs_jcs_conf | grep "jcs_dir *="`
echo "=== checking jcs dir $jcs_dir"
[ -d "$jcs_dir" ] && {
cd $jcs_dir
cvs update -dP
make setup
}
echo "=== running jcs setup"
chroot $root jcs setup
unmount_devices
[ -w "$install_dev" ] || {