From: Bastian Dehn Date: Mon, 11 May 2026 13:09:24 +0000 (+0200) Subject: update readme for build with source date epoch X-Git-Tag: v1.1.31^2~11^2 X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=dfd2c5a4e04902b54ac37133592f8dbfe6aa0468;p=sane-kds-s2000w-net.git update readme for build with source date epoch --- diff --git a/readme.md b/readme.md index 868b4a8..4d4e3f5 100644 --- a/readme.md +++ b/readme.md @@ -80,7 +80,7 @@ Build Package ```bash mkdir build && cd build cmake -DCMAKE_BUILD_TYPE=Release .. -make package +SOURCE_DATE_EPOCH=$(git log --max-count=1 --pretty="%ct") make package ``` Install Package