summaryrefslogtreecommitdiff
path: root/build-vm
diff options
context:
space:
mode:
Diffstat (limited to 'build-vm')
-rw-r--r--build-vm2
1 files changed, 0 insertions, 2 deletions
diff --git a/build-vm b/build-vm
index 7d995fe..49d3523 100644
--- a/build-vm
+++ b/build-vm
@@ -599,8 +599,6 @@ vm_first_stage() {
mkdir "$BUILD_ROOT/.build-srcdir"
if test "$BUILDTYPE" = kiwi ; then
cp -pRL "$MYSRCDIR"/* $BUILD_ROOT/.build-srcdir
- elif test "$BUILDTYPE" = livebuild ; then
- cp -pRL "$MYSRCDIR"/* $BUILD_ROOT/.build-srcdir
else
cp -p "$MYSRCDIR"/* $BUILD_ROOT/.build-srcdir
fi