chiark
/
gitweb
/
~ianmdlvl
/
fdroidserver.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2fa268
)
Fix getsig referencing
author
Ciaran Gultnieks
<ciaran@ciarang.com>
Mon, 12 Mar 2012 20:17:37 +0000
(20:17 +0000)
committer
Ciaran Gultnieks
<ciaran@ciarang.com>
Mon, 12 Mar 2012 20:17:37 +0000
(20:17 +0000)
fdroidserver/update.py
patch
|
blob
|
history
diff --git
a/fdroidserver/update.py
b/fdroidserver/update.py
index b03258ba133550819ca509ddc810433caca788ca..4647ed09ee5d956da894eab19a9320bc05756cf7 100644
(file)
--- a/
fdroidserver/update.py
+++ b/
fdroidserver/update.py
@@
-159,7
+159,7
@@
def main():
# Get the signature (or md5 of, to be precise)...
p = subprocess.Popen(['java', 'getsig',
os.path.join(os.getcwd(), apkfile)],
- cwd=os.path.join(
sys.path[0]
, 'getsig'),
+ cwd=os.path.join(
os.path.dirname(__file__)
, 'getsig'),
stdout=subprocess.PIPE)
output = p.communicate()[0]
if options.verbose: