summaryrefslogtreecommitdiffstats
path: root/makedist.sh
diff options
context:
space:
mode:
Diffstat (limited to 'makedist.sh')
-rwxr-xr-xmakedist.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/makedist.sh b/makedist.sh
new file mode 100755
index 0000000..9614675
--- /dev/null
+++ b/makedist.sh
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+make dist-bzip2
+cp *.tar.bz2 /usr/src/packages/SOURCES
+rpmbuild -bb polyester.spec
+mv /usr/src/packages/RPMS/i586/*.rpm .
+rm /usr/src/packages/SOURCES/*.tar.bz2