Merge pull request #700 from marcov/ostree-buildtag

ostree: use the correct build tags
This commit is contained in:
Daniel J Walsh 2019-08-06 07:46:47 -04:00 committed by GitHub
commit c040b28fb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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