Add reproducible.patch to allow for reproducible builds OBS-URL: https://build.opensuse.org/request/show/451881 OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/tig?expand=0&rev=44
14 lines
392 B
Diff
14 lines
392 B
Diff
Index: tig-2.2.1/tools/make-builtin-config.sh
|
|
===================================================================
|
|
--- tig-2.2.1.orig/tools/make-builtin-config.sh
|
|
+++ tig-2.2.1/tools/make-builtin-config.sh
|
|
@@ -27,7 +27,7 @@ read_tigrc() {
|
|
fi
|
|
}
|
|
|
|
-echo "/* Generated by $0 on $(date) */"
|
|
+echo "/* Generated by $0 */"
|
|
echo "const char *builtin_config ="
|
|
|
|
read_tigrc | while read line; do
|