mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-04 23:31:31 +00:00
Return to the previous directory after building the payload.
This commit is contained in:
parent
bc93ca4440
commit
b22e4e3215
@ -174,6 +174,8 @@ if [ "$PROJECT" = "ubuntu-core-desktop" ]; then
|
|||||||
# We need to rename the image file so that it can be pulled
|
# We need to rename the image file so that it can be pulled
|
||||||
# by the builder.
|
# by the builder.
|
||||||
mv pc.img.xz "$PREFIX".img.xz
|
mv pc.img.xz "$PREFIX".img.xz
|
||||||
|
# Important: return to the previous directory
|
||||||
|
cd ../
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Setup cleanup function
|
# Setup cleanup function
|
||||||
|
Loading…
x
Reference in New Issue
Block a user