]> git.lizzy.rs Git - torbrowser-launcher.git/blobdiff - build_rpm.sh
Add pre-import check that signing keyfile exists; remove asserts
[torbrowser-launcher.git] / build_rpm.sh
index a4f6ce7dcba02f199ae4b249df1d7fcee706d71d..8578323354d8885a9ef52666c8ac23f3b0a1b26b 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, pygame, wmctrl, gnupg, fakeroot"
+python setup.py bdist_rpm --requires="python-twisted, gnupg, fakeroot, pygtk2"
 
 # install it
 echo ""