diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2018-03-05 23:31:28 +0000 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2018-03-13 22:19:13 +0000 |
commit | 782bd664af98f343c7f3a6001b01f33286b0c15d (patch) | |
tree | d40499868906c961601f72aafdee62acbb6cdb5d /eclass | |
parent | factory-default: Add logrotate for net-firewall/iptables (diff) | |
download | portage-782bd664af98f343c7f3a6001b01f33286b0c15d.tar.xz |
eclass/linux-build: Update date format
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/linux-build.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/linux-build.eclass b/eclass/linux-build.eclass index 45ab6bfe..cbc8a2ca 100644 --- a/eclass/linux-build.eclass +++ b/eclass/linux-build.eclass @@ -291,7 +291,7 @@ linux-build_src_prepare() { KBUILD_BUILD_USER="${KBUILD_BUILD_USER:-${PORTAGE_BUILD_USER}}" KBUILD_BUILD_HOST="${KBUILD_BUILD_HOST:-${HOSTNAME}}" - KBUILD_BUILD_TIMESTAMP="$(date '+%F %T %:z')" + KBUILD_BUILD_TIMESTAMP="$(date --iso-8601=seconds)" ) copt=( |