From 1494ae459559e284fe0faf2185c9e241398d604b Mon Sep 17 00:00:00 2001 From: HW42 Date: Mon, 7 Nov 2016 16:24:47 +0100 Subject: reproducible Debian: improve src_dir variation Signed-off-by: Holger Levsen --- hosts/wbq0-armhf-rb/etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'hosts/wbq0-armhf-rb') diff --git a/hosts/wbq0-armhf-rb/etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir b/hosts/wbq0-armhf-rb/etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir index 7750fdfe..9225116b 100755 --- a/hosts/wbq0-armhf-rb/etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir +++ b/hosts/wbq0-armhf-rb/etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir @@ -7,7 +7,7 @@ set -e cd $BUILDDIR -if [ "$(basename $(pwd))" != "2nd" ]; then +if [ "$PWD" == "/build" ]; then # build path variation disabled, so do nothing exit 0 fi @@ -15,6 +15,4 @@ fi # There should be only one file, the source directory. src_dir=$(ls | head -n 1) -# We want to keep the build path length to minimise the diff. So we just -# replace the first char of the source dir. -mv $src_dir _${src_dir:1} +mv $src_dir 2nd -- cgit v1.2.3-54-g00ecf