]> git.lizzy.rs Git - torbrowser-launcher.git/blobdiff - build_rpm.sh
Updated CHANGELOG and version bump to 0.2.3
[torbrowser-launcher.git] / build_rpm.sh
index 998465a9cbf1e4b06d766af459a1238723f11c5c..3f9f6532823687678fea862e3c196c8b19a568cb 100755 (executable)
@@ -1,12 +1,12 @@
 #!/bin/sh
 
-VERSION=`cat version`
+VERSION=`cat share/torbrowser-launcher/version`
 
 # clean up from last build
 rm -r build dist
 
 # build binary package
-python setup.py bdist_rpm --requires="python-psutil, python-twisted, wmctrl, gnupg, fakeroot"
+python setup.py bdist_rpm --requires="python-psutil, python-twisted, gnupg, fakeroot, pygtk2"
 
 # install it
 echo ""