mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-02 01:18:08 +01:00
19 lines
575 B
Diff
19 lines
575 B
Diff
SPDX-FileCopyrightText: 2025 fosslinux <fosslinux@aussies.space>
|
|
|
|
SPDX-License-Identifier: Artistic-1.0
|
|
|
|
mktables embeds a timestamp
|
|
|
|
diff --git perl-5.22.4/lib/unicore/mktables perl-5.22.4/lib/unicore/mktables
|
|
index a746b77d41..9c4e0d1c43 100644
|
|
--- perl-5.22.4/lib/unicore/mktables
|
|
+++ perl-5.22.4/lib/unicore/mktables
|
|
@@ -18480,7 +18480,7 @@ if ( $file_list and $make_list ) {
|
|
#
|
|
# $file_list -- File list for $0.
|
|
#
|
|
-# Autogenerated starting on $start_time ($localtime)
|
|
+# Autogenerated
|
|
# From options $command_line_arguments
|
|
#
|
|
# - First section is input files
|