mirror of
https://github.com/clearlinux/docker.git
synced 2026-08-26 09:36:04 +00:00
Make hack/make.sh work on FreeBSD
Signed-off-by: Alexey Guskov <lexag@mail.ru>
This commit is contained in:
+6
-1
@@ -290,7 +290,12 @@ main() {
|
||||
|
||||
if [ "$(go env GOHOSTOS)" != 'windows' ]; then
|
||||
# Windows and symlinks don't get along well
|
||||
ln -sfT "$VERSION" bundles/latest
|
||||
|
||||
if [ "$(go env GOHOSTOS)" != 'freebsd' ]; then
|
||||
ln -sfT "$VERSION" bundles/latest
|
||||
else
|
||||
ln -sfh "$VERSION" bundles/latest
|
||||
fi
|
||||
fi
|
||||
|
||||
if [ $# -lt 1 ]; then
|
||||
|
||||
Reference in New Issue
Block a user