From 8fa2adf809671e2636f040fd72e304c5c0b8c897 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sun, 5 Jul 2015 16:33:57 +0200 Subject: reproducible netbsd: create full path --- bin/reproducible_netbsd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_netbsd.sh') 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 " \"unreproducible $j (${SIZE}K) is unreproducible." >> $FILES_HTML else -- cgit v1.2.3-54-g00ecf