diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2017-08-13 13:43:20 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2017-08-13 13:43:20 -0500 |
commit | aa5d11f8c8ff11953a88036a4da13744edd4cbf6 (patch) | |
tree | 1576e789ebf7def3f56b74eaf334bb962ce28286 | |
parent | 44f7fe461239700450e6d1a8c10a201eab7ccb44 (diff) | |
download | image-aa5d11f8c8ff11953a88036a4da13744edd4cbf6.tar.gz image-aa5d11f8c8ff11953a88036a4da13744edd4cbf6.tar.bz2 image-aa5d11f8c8ff11953a88036a4da13744edd4cbf6.tar.xz image-aa5d11f8c8ff11953a88036a4da13744edd4cbf6.zip |
script: VERSION not version
-rwxr-xr-x | adelie-build-cd | 2 |
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() { |