summaryrefslogtreecommitdiffstats
path: root/rpm-build.sh
diff options
context:
space:
mode:
authorTill Maas <opensource@till.name>2009-07-26 23:27:24 +0200
committerTill Maas <opensource@till.name>2009-07-26 23:27:24 +0200
commit6b8369aee7f3b1bc3dee8c5a87def8b4eaa39104 (patch)
treee57d8a1cd8c891ee069c68e1e3a093d57c5ff04a /rpm-build.sh
parent1b12906c56fc7fe168006018c64e845f7ecb36bb (diff)
downloadcnucnu-6b8369aee7f3b1bc3dee8c5a87def8b4eaa39104.tar.gz
cnucnu-6b8369aee7f3b1bc3dee8c5a87def8b4eaa39104.tar.xz
cnucnu-6b8369aee7f3b1bc3dee8c5a87def8b4eaa39104.zip
basic rpm build support
Diffstat (limited to 'rpm-build.sh')
-rw-r--r--rpm-build.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/rpm-build.sh b/rpm-build.sh
new file mode 100644
index 0000000..bfe270c
--- /dev/null
+++ b/rpm-build.sh
@@ -0,0 +1,6 @@
+#! /bin/bash
+
+PATH="/bin:/usr/bin:/sbin:/usr/sbin:/home/till/bin"
+
+./setup.py sdist
+rpmbuild-thisdir.sh -bb cnucnu.spec