Update geninstaller paths for tarball creation

We're no longer packaging curtin_wrap.sh so we don't need to
tar up the bin dir.

Signed-off-by: Ryan Harper <ryan.harper@canonical.com>
This commit is contained in:
Ryan Harper 2015-10-20 16:57:49 -05:00
parent 453ddf473b
commit fa1ed52195
1 changed files with 1 additions and 1 deletions

View File

@ -385,7 +385,7 @@ generate_seed() {
log "Writing seed user-data (subiquity)"
local subiquity_tar=$dldir/subiquity.tar
local tar_cmd="tar -C ${TOPDIR}/.. -cpf $subiquity_tar subiquity bin"
local tar_cmd="tar -C ${TOPDIR}/.. -cpf $subiquity_tar subiquity"
if [[ ${TOPDIR} = /usr/share/subiquity* ]]; then
log "Using installed subiquity paths"
tar_cmd="$tar_cmd subiquity-tui"