having work_dir in here complicates jenkins
diff --git a/tools/build_libvirt.sh b/tools/build_libvirt.sh
index 9860760..560e98f 100755
--- a/tools/build_libvirt.sh
+++ b/tools/build_libvirt.sh
@@ -20,7 +20,7 @@
 TOP_DIR=`cd $TOOLS_DIR/..; pwd`
 
 # Where to store files and instances
-WORK_DIR=${WORK_DIR:-$TOP_DIR/work}
+WORK_DIR=${WORK_DIR:-/opt/kvmstack}
 
 # Where to store images
 IMAGES_DIR=$WORK_DIR/images
@@ -272,7 +272,7 @@
 # User configuration for the instance
 chroot $ROOTFS groupadd libvirtd || true
 chroot $ROOTFS useradd stack -s /bin/bash -d $DEST -G libvirtd
-rsync -av --exclude=work $TOP_DIR $ROOTFS/$DEST/devstack
+cp -pr $TOPDIR $ROOTFS/$DEST/devstack
 echo "root:$ROOT_PASSWORD" | chroot $ROOTFS chpasswd
 echo "stack:pass" | chroot $ROOTFS chpasswd
 echo "stack ALL=(ALL) NOPASSWD: ALL" >> $ROOTFS/etc/sudoers