summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2004-06-25 20:32:58 +0000
committerJeremy Katz <katzj@redhat.com>2004-06-25 20:32:58 +0000
commitdce9999200bf2b52cf5b488c389ebb48dfa8ef14 (patch)
treeb1c91bd01a3724e6c232a83bbabdd06878e90a6b /Makefile
parenta7b39e5ea63a0ae2cc4de67c126caafe6648d681 (diff)
downloadanaconda-dce9999200bf2b52cf5b488c389ebb48dfa8ef14.tar.gz
anaconda-dce9999200bf2b52cf5b488c389ebb48dfa8ef14.tar.xz
anaconda-dce9999200bf2b52cf5b488c389ebb48dfa8ef14.zip
start trying to make it so we can make beehive-build anaconda
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a6d444cef..594955de6 100644
--- a/Makefile
+++ b/Makefile
@@ -92,6 +92,9 @@ tag:
archive: create-archive
+beehive-srpm: src
+ @mv anaconda-$(VERSION)-$(RELEASE).src.rpm src.rpm
+
src: create-archive
@rpmbuild -ts --nodeps anaconda-$(VERSION).tar.bz2