summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2010-06-04 09:29:20 +0200
committerJiri Moskovcak <jmoskovc@redhat.com>2010-06-04 09:29:20 +0200
commit1459f9ec6a7fd62780dae9230c4a5d625a8a7a9a (patch)
tree639ab4bd84051e1d0e1bd72554a18cefbfa1f2dc
parent8a2021f055dcc7bf1ec195a94e834e0be012f8a7 (diff)
downloadabrt-1459f9ec6a7fd62780dae9230c4a5d625a8a7a9a.tar.gz
abrt-1459f9ec6a7fd62780dae9230c4a5d625a8a7a9a.tar.xz
abrt-1459f9ec6a7fd62780dae9230c4a5d625a8a7a9a.zip
make test-rpm work even before lunch :)
- "date %k" doesn't return the time in the two digits format before 12:00pm
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 60e66c8d..080a7bf5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -16,11 +16,11 @@ srpm: dist
rpmbuild $(RPM_DIRS) -bs abrt.spec
test-rpm: dist
- rpmbuild --define "_buildid `date +%G%m%d%k%M%S`" \
+ rpmbuild --define "_buildid `date +%G%m%d%H%M%S`" \
$(RPM_DIRS) -ba abrt.spec
test-srpm: dist
- rpmbuild --define "_buildid `date +%G%m%d%k%M%S`" \
+ rpmbuild --define "_buildid `date +%G%m%d%H%M%S`" \
$(RPM_DIRS) -bs abrt.spec
scratch-build: srpm