mirror of
https://github.com/apple/container.git
synced 2026-08-24 10:05:43 -05:00
Improvements to Makefile (#822)
This commit is contained in:
@@ -15,8 +15,8 @@
|
||||
|
||||
SWIFT="/usr/bin/swift"
|
||||
IMAGE_NAME="vminit:latest"
|
||||
DESTDIR="${1:-$(git rev-parse --show-toplevel)/bin}"
|
||||
mkdir -p "${DESTDIR}"
|
||||
DEST_DIR="${1:-$(git rev-parse --show-toplevel)/bin}"
|
||||
mkdir -p "${DEST_DIR}"
|
||||
|
||||
CONTAINERIZATION_VERSION="$(${SWIFT} package show-dependencies --format json | jq -r '.dependencies[] | select(.identity == "containerization") | .version')"
|
||||
if [ "${CONTAINERIZATION_VERSION}" == "unspecified" ] ; then
|
||||
|
||||
Reference in New Issue
Block a user