public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-bashcomp r87 - trunk
@ 2009-05-05  3:50 Jeremy Olexa (darkside)
  0 siblings, 0 replies; only message in thread
From: Jeremy Olexa (darkside) @ 2009-05-05  3:50 UTC (permalink / raw
  To: gentoo-commits

Author: darkside
Date: 2009-05-05 03:50:57 +0000 (Tue, 05 May 2009)
New Revision: 87

Modified:
   trunk/Makefile
Log:
Make date UTC aware

Modified: trunk/Makefile
===================================================================
--- trunk/Makefile	2009-05-05 03:39:14 UTC (rev 86)
+++ trunk/Makefile	2009-05-05 03:50:57 UTC (rev 87)
@@ -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




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-05-05  3:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-05  3:50 [gentoo-commits] gentoo-bashcomp r87 - trunk Jeremy Olexa (darkside)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox