diff options
author | Giuseppe Scrivano <gscrivan@redhat.com> | 2018-07-10 13:02:42 +0200 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-07-11 17:26:21 +0000 |
commit | 1219a3cab3f0c21d292035f8f9a077ebc5f2ff84 (patch) | |
tree | e22b5f10e26b9b477c5b084dbec8b1a8ac863c60 | |
parent | 06ab343bd7c113fe761631142dde4829e8aa4d40 (diff) | |
download | podman-1219a3cab3f0c21d292035f8f9a077ebc5f2ff84.tar.gz podman-1219a3cab3f0c21d292035f8f9a077ebc5f2ff84.tar.bz2 podman-1219a3cab3f0c21d292035f8f9a077ebc5f2ff84.zip |
build: enable ostree in containers/storage when available
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
Closes: #1071
Approved by: rhatdan
-rwxr-xr-x | hack/ostree_tag.sh | 2 |
1 files changed, 2 insertions, 0 deletions
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 |