We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33fde3d commit bef2923Copy full SHA for bef2923
build.sh
@@ -48,10 +48,11 @@ build () {
48
49
# Symlink chosen package lists to where live-build will find them
50
ln -s "package-lists.$PACKAGE_LISTS_SUFFIX" "config/package-lists"
51
- # symlink appcenter archive
+
52
+ # copy appcenter list & key
53
if [ "$INCLUDE_APPCENTER" = "yes" ]; then
- ln -s "appcenter/appcenter.list.binary" "archives/appcenter.list.binary"
54
- ln -s "appcenter/appcenter.key.binary" "archives/appcenter.key.binary"
+ cp "config/appcenter/appcenter.list.binary" "config/archives/appcenter.list.binary"
55
+ cp "config/appcenter/appcenter.key.binary" "config/archives/appcenter.key.binary"
56
fi
57
58
echo -e "
0 commit comments