mirror of
https://github.com/containers/skopeo.git
synced 2025-10-21 10:53:32 +00:00
Copy the build tag scripts from Buildah Signed-off-by: Anders F Björklund <anders.f.bjorklund@gmail.com>
7 lines
111 B
Bash
Executable File
7 lines
111 B
Bash
Executable File
#!/bin/bash
|
|
if pkg-config ostree-1 2> /dev/null ; then
|
|
echo ostree
|
|
else
|
|
echo containers_image_ostree_stub
|
|
fi
|