diff options
Diffstat (limited to 'hack/ostree_tag.sh')
-rwxr-xr-x | hack/ostree_tag.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hack/ostree_tag.sh b/hack/ostree_tag.sh new file mode 100755 index 000000000..89499c5e8 --- /dev/null +++ b/hack/ostree_tag.sh @@ -0,0 +1,4 @@ +#!/bin/bash +if ! pkg-config ostree-1 2> /dev/null ; then + echo containers_image_ostree_stub +fi |