summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorjortel <devnull@localhost>2008-08-19 20:02:45 +0000
committerjortel <devnull@localhost>2008-08-19 20:02:45 +0000
commit8dd1772223b4011f66d312268a27f8f0b57c44b2 (patch)
tree6685cd2b8dc1bed6c38260c89682ac722db62ef5 /makefile
parent99eb651c45d6d9b024009c62ac27b2ed5a978bbd (diff)
downloadsuds-8dd1772223b4011f66d312268a27f8f0b57c44b2.tar.gz
update makefile to copy rpms to dist
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/makefile b/makefile
index 95e6576..6e417f3 100644
--- a/makefile
+++ b/makefile
@@ -21,6 +21,8 @@ rpm: dist
cp dist/*.gz /usr/src/redhat/SOURCES
cp suds.spec /usr/src/redhat/SPECS
rpmbuild -ba suds.spec
+ cp /usr/src/redhat/RPMS/noarch/*.rpm dist
+ cp /usr/src/redhat/SRPMS/*.rpm dist
clean:
rm -rf dist