2
0
Fork 0

correct date format

Dieser Commit ist enthalten in:
belliash 2012-01-29 11:08:58 +01:00
Ursprung 79fd17755c
Commit 53843b56f9
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen

Datei anzeigen

@ -17,7 +17,7 @@ DISTDIR="/usr/portage/distfiles"
# Using this, the default tarball and image date format can be changed according to the
# requirement. This customizable format may be needed when you want to set different
# timestamp in output files. This option can be overridden by using -D option.
TARBALLDATE="%Y%m"
TARBALLDATE="%Y-%m"
# This option specifies a compression algorithm that will be used to produce any tarball
# images, including stages as well as Portage snapshots. Actually supported: bz2, gz, xz.