summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-04-02 14:07:30 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2010-04-02 14:07:30 +0200
commitc0402951e1fe8b23568f176fad52a869a45dad50 (patch)
tree3dc6c1082bbed6dbd4a741b103a4ad79da9c3e54
parent7167ea5a5e86e25241e5579866b17d45671cf6f7 (diff)
parent6b2e2e58f12e913d7807ad79db595a0cb0ada82a (diff)
downloadabrt-c0402951e1fe8b23568f176fad52a869a45dad50.tar.gz
abrt-c0402951e1fe8b23568f176fad52a869a45dad50.tar.xz
abrt-c0402951e1fe8b23568f176fad52a869a45dad50.zip
Merge branch 'master' of ssh://vda@git.fedorahosted.org/git/abrt
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index d448da75..24b8e9cf 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -15,11 +15,11 @@ srpm: dist
rpmbuild $(RPM_DIRS) -bs abrt.spec
test-rpm: dist
- rpmbuild --define "_buildid `date +%G%m%e%k%M%S`" \
+ rpmbuild --define "_buildid `date +%G%m%d%k%M%S`" \
$(RPM_DIRS) -ba abrt.spec
test-srpm: dist
- rpmbuild --define "_buildid `date +%G%m%e%k%M%S`" \
+ rpmbuild --define "_buildid `date +%G%m%d%k%M%S`" \
$(RPM_DIRS) -bs abrt.spec
scratch-build: srpm