summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2017-08-13 13:43:20 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2017-08-13 13:43:20 -0500
commitaa5d11f8c8ff11953a88036a4da13744edd4cbf6 (patch)
tree1576e789ebf7def3f56b74eaf334bb962ce28286
parent44f7fe461239700450e6d1a8c10a201eab7ccb44 (diff)
downloadimage-aa5d11f8c8ff11953a88036a4da13744edd4cbf6.tar.gz
image-aa5d11f8c8ff11953a88036a4da13744edd4cbf6.tar.bz2
image-aa5d11f8c8ff11953a88036a4da13744edd4cbf6.tar.xz
image-aa5d11f8c8ff11953a88036a4da13744edd4cbf6.zip
script: VERSION not version
-rwxr-xr-xadelie-build-cd2
1 files changed, 1 insertions, 1 deletions
diff --git a/adelie-build-cd b/adelie-build-cd
index f5332de..f839d66 100755
--- a/adelie-build-cd
+++ b/adelie-build-cd
@@ -156,7 +156,7 @@ install_pkgs() {
mkdir -p squashroot-$ARCH/etc/apk/keys
cp 'packages@adelielinux.org.pub' squashroot-$ARCH/etc/apk/keys/
- apk --arch $ARCH -X "https://distfiles.adelielinux.org/adelie/$ver/system/$EXTRA_MIRROR" -U --root squashroot-$ARCH --initdb add $PACKAGES $ARCH_PKGS
+ apk --arch $ARCH -X "https://distfiles.adelielinux.org/adelie/$VERSION/system/$EXTRA_MIRROR" -U --root squashroot-$ARCH --initdb add $PACKAGES $ARCH_PKGS
}
make_structure() {