Fix make install on OSX

Fixes #383

Signed-off-by: Ed Robinson <ed.robinson@reevoo.com>
This commit is contained in:
Ed Robinson
2017-07-26 20:11:03 +01:00
parent 75811bd4b1
commit b0b85dc32f
2 changed files with 16 additions and 11 deletions

View File

@@ -1,5 +0,0 @@
#!/bin/bash
if [ $(uname) == "Darwin" ]; then
echo "containers_image_ostree_stub"
fi