correct date format

This commit is contained in:
belliash 2012-01-29 11:08:58 +01:00
부모 79fd17755c
커밋 53843b56f9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제

파일 보기

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