Skip to content

Commit

Permalink
use copy with the correct paths to fix builds that include appcenter (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
kgrubb authored and davidmhewitt committed Jan 23, 2020
1 parent 33fde3d commit bef2923
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,11 @@ build () {

# Symlink chosen package lists to where live-build will find them
ln -s "package-lists.$PACKAGE_LISTS_SUFFIX" "config/package-lists"
# symlink appcenter archive

# copy appcenter list & key
if [ "$INCLUDE_APPCENTER" = "yes" ]; then
ln -s "appcenter/appcenter.list.binary" "archives/appcenter.list.binary"
ln -s "appcenter/appcenter.key.binary" "archives/appcenter.key.binary"
cp "config/appcenter/appcenter.list.binary" "config/archives/appcenter.list.binary"
cp "config/appcenter/appcenter.key.binary" "config/archives/appcenter.key.binary"
fi

echo -e "
Expand Down

0 comments on commit bef2923

Please sign in to comment.