correct date format

This commit is contained in:
belliash 2012-01-29 11:08:58 +01:00
bovenliggende 79fd17755c
commit 53843b56f9
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen

Bestand weergeven

@ -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.