From 106955ae7d242f0e1e4582f573dbde0224fc0b38 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 27 Feb 2015 17:46:32 +0100 Subject: reproducible: fixup experimental pbuilder base.tgz creation --- bin/reproducible_setup_pbuilder.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/reproducible_setup_pbuilder.sh b/bin/reproducible_setup_pbuilder.sh index bf93eb3b..273bcb99 100755 --- a/bin/reproducible_setup_pbuilder.sh +++ b/bin/reproducible_setup_pbuilder.sh @@ -23,7 +23,7 @@ fi create_setup_tmpfile() { TMPFILE=$1 shift - cat > $TMPFILE <<- EOF + cat >> $TMPFILE <<- EOF # # this script is run within the pbuilder environment to further customize it # -- cgit v1.2.3-54-g00ecf