From 1fedebe7279a521528b4baa7eaab1befa54e77ad Mon Sep 17 00:00:00 2001 From: hendricks266 Date: Fri, 22 Jan 2016 01:24:52 +0000 Subject: [PATCH] synthesis.sh: Really accomplish r5549. DONT_BUILD. git-svn-id: https://svn.eduke32.com/eduke32@5582 1a8010ca-5511-0410-912e-c29ae57300e0 --- polymer/synthesis.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/polymer/synthesis.sh b/polymer/synthesis.sh index 648f250b3..0a80c62f2 100755 --- a/polymer/synthesis.sh +++ b/polymer/synthesis.sh @@ -257,12 +257,14 @@ then done # throw the svn revision into a file the Makefile will read - echo "$head" > EDUKE32_REVISION + echo "$head" > ${basename}_$date-$head/EDUKE32_REVISION echo tar cJf ${basename}_src_$date-$head.tar.xz ${basename}_$date-$head tar cJf ${basename}_src_$date-$head.tar.xz ${basename}_$date-$head rm -r ${basename}_$date-$head + cd $top/$source + # output the changelog since last snapshot in the output directory if [ $lastrevision ] then