Commit 160bf44c authored by Alex Xu's avatar Alex Xu
Browse files

doc: fix out-of-tree build from git

parent 616c06c0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ if [ $# != 3 ]; then
    exit 1
fi

SOURCE_DATE_EPOCH="$(git show --no-patch --format='%ct')"
SOURCE_DATE_EPOCH="$(git -C "$(dirname "$0")" show --no-patch --format='%ct')"
export SOURCE_DATE_EPOCH

output=$3