summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_openwrt.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-06-13 14:41:56 +0200
committerHolger Levsen <holger@layer-acht.org>2015-06-13 14:41:56 +0200
commita618832142d60f71317bf99e323db95a61ca018c (patch)
tree630b3c5011f2b907ad3c990f476bbc3ee6d3b69f /bin/reproducible_openwrt.sh
parentef3e06c32c2300d88deca0023ea27ae5cda1af8c (diff)
downloadjenkins.debian.net-a618832142d60f71317bf99e323db95a61ca018c.tar.xz
reproducible openwrt:_drop useless /ipk/ from pathes
Diffstat (limited to 'bin/reproducible_openwrt.sh')
-rwxr-xr-xbin/reproducible_openwrt.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_openwrt.sh b/bin/reproducible_openwrt.sh
index 74d739d5..32e268e5 100755
--- a/bin/reproducible_openwrt.sh
+++ b/bin/reproducible_openwrt.sh
@@ -78,8 +78,8 @@ save_openwrt_results(){
# save packages
cd packages
for j in $(find * -name "*.ipk") ; do
- mkdir -p $TMPDIR/$RUN/$i/ipk/$(dirname $j)
- cp -p $j $TMPDIR/$RUN/$i/ipk/$(dirname $j)/
+ mkdir -p $TMPDIR/$RUN/$i/$(dirname $j)
+ cp -p $j $TMPDIR/$RUN/$i/$(dirname $j)/
done
cd ../..
done