aboutsummaryrefslogtreecommitdiffstats
path: root/s2i
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2019-11-22 15:40:47 +0100
committerGerd Hoffmann <kraxel@redhat.com>2019-11-22 15:40:47 +0100
commitf3c96aee9c45d22e5af020da92314c1e90ceaa5a (patch)
tree0d6b5046e113f637bb9f11eb6ee620af7b75b07e /s2i
parentb838fc6944733c6864b63c5c1c8dc9e2c50d57fc (diff)
downloads2i-virtio-spec-f3c96aee9c45d22e5af020da92314c1e90ceaa5a.tar.gz
debug
Diffstat (limited to 's2i')
-rwxr-xr-xs2i/bin/assemble3
1 files changed, 2 insertions, 1 deletions
diff --git a/s2i/bin/assemble b/s2i/bin/assemble
index 94ef79f..6db4f0e 100755
--- a/s2i/bin/assemble
+++ b/s2i/bin/assemble
@@ -20,7 +20,7 @@ cd $HOME
echo "---> Installing application source ..."
rm -rf /tmp/src/.git
-mv /tmp/src ./virtio-spec
+mv /tmp/src ./virtio-spec
echo "---> Building virtio spec ..."
(cd virtio-spec; sh makeall.sh)
@@ -32,3 +32,4 @@ cp -v virtio-spec/*.{html,css,pdf} output
echo "---> Fix permissions ..."
chmod +x . output
chmod -R +r .
+find . | xargs ls -ld