File reproducible.patch of Package pythia
a variant was sent via mail to phil...@cern.ch
Index: pythia8244/configure
===================================================================
--- pythia8244.orig/configure
+++ pythia8244/configure
@@ -267,7 +267,7 @@ done
# Parse the user arguments and evaluate each as a global variable.
echo "# PYTHIA configuration file." > $CFG_FILE
-echo "# Generated on" `date` "with the user supplied options:" >> $CFG_FILE
+echo "# Generated with the user supplied options:" >> $CFG_FILE
for VAR in "$@"; do
if [[ $OPTIONS =~ (^| )${VAR%%=*}($| ) ]]; then
echo "# $VAR" >> $CFG_FILE;