From 1219a3cab3f0c21d292035f8f9a077ebc5f2ff84 Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Tue, 10 Jul 2018 13:02:42 +0200 Subject: build: enable ostree in containers/storage when available Signed-off-by: Giuseppe Scrivano Closes: #1071 Approved by: rhatdan --- hack/ostree_tag.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'hack') diff --git a/hack/ostree_tag.sh b/hack/ostree_tag.sh index f7bccf127..b08441ef9 100755 --- a/hack/ostree_tag.sh +++ b/hack/ostree_tag.sh @@ -1,4 +1,6 @@ #!/bin/bash if ! pkg-config glib-2.0 gobject-2.0 ostree-1 libselinux 2> /dev/null ; then echo containers_image_ostree_stub +else + echo ostree fi -- cgit v1.2.3-54-g00ecf