mirror of
https://github.com/containers/skopeo.git
synced 2025-06-26 14:52:36 +00:00
ostree: use the correct build tags
Starting from 9b902d0, the ostree transport is disabled by default, and ostree is enabled with the tag containers_image_ostree. Signed-off-by: Marco Vedovati <mvedovati@suse.com>
This commit is contained in:
parent
202c1ea2ac
commit
af54437b44
@ -1,6 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
if pkg-config ostree-1 2> /dev/null ; then
|
if pkg-config ostree-1 2> /dev/null ; then
|
||||||
echo ostree
|
echo containers_image_ostree
|
||||||
else
|
|
||||||
echo containers_image_ostree_stub
|
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user