diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-07-05 16:33:57 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-07-05 16:33:57 +0200 |
commit | 8fa2adf809671e2636f040fd72e304c5c0b8c897 (patch) | |
tree | 10a4bb864af1d32f9bb8e0ae42f13584885f9059 /bin | |
parent | 9b9f5d978a4288285e6aef556dc4c709c58ee32f (diff) | |
download | jenkins.debian.net-8fa2adf809671e2636f040fd72e304c5c0b8c897.tar.xz |
reproducible netbsd: create full path
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_netbsd.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_netbsd.sh b/bin/reproducible_netbsd.sh index 76e6894d..c023fa1c 100755 --- a/bin/reproducible_netbsd.sh +++ b/bin/reproducible_netbsd.sh @@ -119,7 +119,7 @@ for i in * ; do SIZE="$(du -h -b $j | cut -f1)" SIZE="$(echo $SIZE/1024|bc)" if [ -f $TMPDIR/$i/$j.html ] ; then - mkdir -p $BASE/netbsd/dbd/$i + mkdir -p $BASE/netbsd/dbd/$i/$(dirname $j) mv $TMPDIR/$i/$j.html $BASE/netbsd/dbd/$i/$j.html echo " <tr><td><a href=\"dbd/$i/$j.html\"><img src=\"/userContent/static/weather-showers-scattered.png\" alt=\"unreproducible icon\" /> $j</a> (${SIZE}K) is unreproducible.</td></tr>" >> $FILES_HTML else |