From b1a77ee29c3b218fb76e9d9608913874870d110b Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 6 Jun 2024 08:47:29 -0300 Subject: Fix: fetch revision file from the current working directory --- bin/archive | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/archive b/bin/archive index 5b71ec8..27728e4 100755 --- a/bin/archive +++ b/bin/archive @@ -10,7 +10,8 @@ BASEDIR="$DIRNAME/.." #ARCHIVE="$BASEDIR/archive" ARCHIVE="archive" REVISION="`git describe --tags 2> /dev/null || git log -1 --format=oneline | cut -d ' ' -f 1`" -REVFILE="$BASEDIR/compiled/revision" +#REVFILE="$BASEDIR/compiled/revision" +REVFILE="compiled/revision" # Make sure the archive folder exist mkdir -p $ARCHIVE -- cgit v1.2.3