From f05a8a238fcc3ff12296e7a7470e0ce36d996719 Mon Sep 17 00:00:00 2001 From: Robert C Jennings Date: Mon, 24 Jul 2017 19:20:21 +0200 Subject: [PATCH] live-build/functions: Update path for VMDKstream.py LP: #1706116 --- debian/changelog | 3 +++ live-build/functions | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 142cfaa7..d3701f23 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,9 @@ livecd-rootfs (2.448) UNRELEASED; urgency=medium * auto/config: enable Debug::pkgDepCache::AutoInstall so tracking down dependency bugs in the livefs is a little clearer. + [ Robert C Jennings ] + * live-build/functions: Update path for VMDKstream.py (LP: #1706116) + -- Balint Reczey Wed, 14 Jun 2017 18:25:32 +0200 livecd-rootfs (2.447) artful; urgency=medium diff --git a/live-build/functions b/live-build/functions index 58810fb7..028352ac 100644 --- a/live-build/functions +++ b/live-build/functions @@ -226,7 +226,7 @@ create_vmdk() { destination="$2" size="${3:-10240}" - streamconverter="/usr/share/pyshared/VMDKstream.py" + streamconverter="/usr/lib/python2.7/dist-packages/VMDKstream.py" scratch_d=$(mktemp -d) cp ${src} ${scratch_d}/resize.img