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:
Marco Vedovati 2019-08-06 13:03:36 +02:00
parent 202c1ea2ac
commit af54437b44

View File

@ -1,6 +1,4 @@
#!/bin/bash
if pkg-config ostree-1 2> /dev/null ; then
echo ostree
else
echo containers_image_ostree_stub
echo containers_image_ostree
fi