]> Frank Brehm's Git Trees - profitbricks/jenkins-build-scripts.git/commitdiff
create_debug_archive.sh: Fix tar command.
authorBenjamin Drung <benjamin.drung@profitbricks.com>
Mon, 28 Jul 2014 17:40:13 +0000 (19:40 +0200)
committerBenjamin Drung <benjamin.drung@profitbricks.com>
Mon, 28 Jul 2014 17:40:13 +0000 (19:40 +0200)
liveboot-dbg-tar/create_debug_archive.sh

index be77ee2166795787ab53d3d47bed9d36f0a0e722..97bdd5c0148b8b75a04cd12543ad5f03b637061f 100755 (executable)
@@ -79,7 +79,7 @@ run_in_chroot mkdir -p $assembledir/ethoip6-$ethoip6_ver-dbg
 run_in_chroot find ethoip6_dbg -name "*.ko" -exec mv {} $assembledir/ethoip6-$ethoip6_ver-dbg/ \;
 
 run_in_chroot tee $assembledir/README < $script_dir/README
-run_in_chroot tar --owner=root -Ipixz -cf "$resultfile" liveboot-$liveboot_id-kernel-dbg -C $chroot_dir/$workdir
+run_in_chroot tar --owner=root -Ipixz -cf "$resultfile" liveboot-$liveboot_id-kernel-dbg -C $workdir
 cp $chroot_dir/$workdir/$resultfile $resultpath
 
 cleanup