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:
cf1ff3a
)
Fix error in 64729ba
author
Ciaran Gultnieks
<ciaran@ciarang.com>
Thu, 21 Mar 2013 17:44:37 +0000
(17:44 +0000)
committer
Ciaran Gultnieks
<ciaran@ciarang.com>
Thu, 21 Mar 2013 17:44:37 +0000
(17:44 +0000)
fdroidserver/build.py
patch
|
blob
|
history
diff --git
a/fdroidserver/build.py
b/fdroidserver/build.py
index 40d1e987d6a4f7e4c6dcfc23f31d1bd3b572155e..bb1f88b077f2084622fb1247e32dafb4a9deab3a 100644
(file)
--- a/
fdroidserver/build.py
+++ b/
fdroidserver/build.py
@@
-293,7
+293,7
@@
def build_local(app, thisbuild, vcs, build_dir, output_dir, extlib_dir, tmp_dir,
# Run a build command if one is required...
if 'build' in thisbuild:
- prebuild = build['build']
+ prebuild =
this
build['build']
# Substitute source library paths into prebuild commands...
for name, libpath in srclibpaths:
libpath = os.path.relpath(libpath, root_dir)