Skip to content

Commit

Permalink
pack/lkp-src: Fix cpio: Cannot open /osimage/user/$user/lkp-i386.cpio…
Browse files Browse the repository at this point in the history
…: No such file or directory

Signed-off-by: Li Zhijian <[email protected]>
Signed-off-by: Philip Li <[email protected]>
  • Loading branch information
zhijianli88 authored and rli9 committed Jul 9, 2019
1 parent bdbee98 commit 2fdd8c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pack/lkp-src
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ pack()
local archive=${CACHE_DIR:-/osimage/user/$USER}/lkp-${ARCH}
local cpio_cmd="cpio --quiet -o $OWNER_OPT -H newc -F ${archive}.cpio"

mkdir -p $(dirname $archive)
rm -f $archive.cpio

(
Expand Down

0 comments on commit 2fdd8c8

Please sign in to comment.