From a618832142d60f71317bf99e323db95a61ca018c Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 13 Jun 2015 14:41:56 +0200 Subject: reproducible openwrt:_drop useless /ipk/ from pathes --- bin/reproducible_openwrt.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/reproducible_openwrt.sh') 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 -- cgit v1.2.3-70-g09d2