diff options
author | 2009-05-05 03:50:57 +0000 | |
---|---|---|
committer | 2009-05-05 03:50:57 +0000 | |
commit | b4f119b6ebfcc206190590187f92ac991377ff05 (patch) | |
tree | b2286abb8bf1ef39192cf701e78b773da7d23e0c /Makefile | |
parent | Complete rewrite of the revdep-rebuild function by Finn Wilke <wilkefi@google... (diff) | |
download | gentoo-bashcomp-b4f119b6ebfcc206190590187f92ac991377ff05.tar.gz gentoo-bashcomp-b4f119b6ebfcc206190590187f92ac991377ff05.tar.bz2 gentoo-bashcomp-b4f119b6ebfcc206190590187f92ac991377ff05.zip |
Make date UTC aware
svn path=/trunk/; revision=87
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ # anything to build. distapp = gentoo-bashcomp -distver := $(shell date +%Y%m%d) +distver := $(shell date -u +%Y%m%d) distpkg := $(distapp)-$(distver) PREFIX = /usr |