summaryrefslogtreecommitdiff
path: root/build-vm
diff options
context:
space:
mode:
authorJan Blunck <jblunck@infradead.org>2014-07-09 21:47:47 +0200
committerJan Blunck <jblunck@infradead.org>2014-07-09 21:47:47 +0200
commiteb0b49ebb060e58cfce9536a2078da98a49b37f1 (patch)
treec83471795d9904da296047d0180182e4cc050afe /build-vm
parenta649a1727811923e4265f0fe95b69ed2b2ab909c (diff)
Revert "For livebuild we have (like kiwi) sub-directories with additional packages in the source folder"
This reverts commit 758824d36df2b5103f842bbe4804bdb6b6cc95e8.
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 124926f..4f1e5e2 100644
--- a/build-vm
+++ b/build-vm
@@ -601,8 +601,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