mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-04-04 14:51:16 +00:00
fix: Fix the missing fi
with the recent changes in the unminimize
script for ubuntu-cpc
project (LP: #2036591)
Fixes bug introduced in commit 75db56ce The missing if statement end `fi` caused build failures due to syntax errors.
This commit is contained in:
parent
308f52ecf0
commit
a5c5883712
@ -292,6 +292,7 @@ if dpkg-query --show --showformat='${db:Status-Status}\n' ubuntu-server 2> /dev/
|
||||
DEBIAN_FRONTEND=noninteractive apt-get install -y landscape-common
|
||||
fi
|
||||
EOF
|
||||
fi
|
||||
|
||||
if [ "$PROJECT" = "ubuntu-cpc" ]; then
|
||||
# we'd like to transform a minimized image to a base image
|
||||
|
Loading…
x
Reference in New Issue
Block a user