summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-07-18 21:26:47 +0000
committerJeremy Katz <katzj@redhat.com>2002-07-18 21:26:47 +0000
commitb761be13005eb3ff15bccb00177118114e609dc0 (patch)
treea7d04b06c197ad5f18a034192cd87fc1d0cc70e0
parent2d76c42cb2c69369b496250d4e5b5eb17db48967 (diff)
downloadanaconda-b761be13005eb3ff15bccb00177118114e609dc0.tar.gz
anaconda-b761be13005eb3ff15bccb00177118114e609dc0.tar.xz
anaconda-b761be13005eb3ff15bccb00177118114e609dc0.zip
use rpmbuild here too
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e30b2a6de..66a9bcefb 100644
--- a/Makefile
+++ b/Makefile
@@ -83,10 +83,10 @@ install:
archive: create-archive
src: create-archive
- @rpm -ts --nodeps anaconda-$(VERSION).tar.bz2
+ @rpmbuild -ts --nodeps anaconda-$(VERSION).tar.bz2
snapsrc: create-snapshot
- @rpm -ts --nodeps anaconda-$(VERSION).tar.bz2
+ @rpmbuild -ts --nodeps anaconda-$(VERSION).tar.bz2
create-snapshot:
@rm -rf /tmp/anaconda