aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Stabellini2019-06-04 13:27:45 -0700
committerStefano Stabellini2019-06-04 13:27:45 -0700
commit9b1c369411d84a3967f0941f0a136c1f9c359589 (patch)
tree90212ee2e619e850ddbbfe40566227c700568bdf
parent1ed60fca00c7bc5b0ba5e98fb0765b04fd6b6726 (diff)
Rename output directory to `output'
Signed-off-by: Stefano Stabellini <stefanos@xilinx.com>
-rw-r--r--README.md2
-rw-r--r--docker-extras/imagebuilder_run8
2 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 06c041d..e263334 100644
--- a/README.md
+++ b/README.md
@@ -14,4 +14,4 @@ $ docker build --force-rm --squash --file Dockerfile.image -t imagebuilder .
$ docker run --rm -ti -v /tmp:/tmp imagebuilder /imagebuilder_run
```
-The generated files are in `/tmp/ppp3`
+The generated files are in `/tmp/output`
diff --git a/docker-extras/imagebuilder_run b/docker-extras/imagebuilder_run
index 373d462..40f88c5 100644
--- a/docker-extras/imagebuilder_run
+++ b/docker-extras/imagebuilder_run
@@ -171,17 +171,17 @@ function check_compressed_file_type()
check_file_type $filename "$type"
}
-rm -rf /tmp/ppp3
-mkdir /tmp/ppp3
+rm -rf /tmp/output
+mkdir /tmp/output
cd /home/builder
for d in $(ls); do
pushd $d
- cp * /tmp/ppp3
+ cp * /tmp/output
popd
done
-cd /tmp/ppp3
+cd /tmp/output
. config