]> git.lizzy.rs Git - torbrowser-launcher.git/blob - build_rpm.sh
Merge branch 'fix_75_share' of https://github.com/boyska/torbrowser-launcher into...
[torbrowser-launcher.git] / build_rpm.sh
1 #!/bin/sh
2
3 VERSION=`cat version`
4
5 # clean up from last build
6 rm -r build dist
7
8 # build binary package
9 python setup.py bdist_rpm --requires="python-psutil, python-twisted, wmctrl, gnupg, fakeroot"
10
11 # install it
12 echo ""
13 echo "To install, run:"
14 echo "sudo yum install dist/torbrowser-launcher-$VERSION-1.noarch.rpm"