From 3809618850d039d81fec32a01faf22c79d352b64 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 13 Jun 2015 10:32:45 +0200 Subject: reproducible openwrt: stop renaming *.bin to *.bin.squashfs because debbindiff needs to learn to deal with them anyway and because they are not simple squashfs filesystems --- bin/reproducible_openwrt.sh | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'bin/reproducible_openwrt.sh') diff --git a/bin/reproducible_openwrt.sh b/bin/reproducible_openwrt.sh index a34b88f7..f8ac938a 100755 --- a/bin/reproducible_openwrt.sh +++ b/bin/reproducible_openwrt.sh @@ -73,15 +73,7 @@ save_openwrt_results(){ # save images mkdir -p $TMPDIR/$RUN/$i for j in $(find . -name "*.bin" -exec basename \{\} \; ) ; do - # rename *-squashfs*.bin to *.bin.squashfs - # (needed for debbindiff 20) - if (echo $j| grep -q -- '-squashfs') ; then - k=$(echo $j| sed "s#-squashfs##g") - k=${j}.squashfs - else - k=$j - fi - cp -p $j $TMPDIR/$RUN/$i/$k + cp -p $j $TMPDIR/$RUN/$i/ done # save packages cd packages -- cgit v1.2.3-70-g09d2