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