chiark
/
gitweb
/
~mdw
/
termux-packages
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
buildorder.py: Show package if lacking build.sh
[termux-packages]
/
scripts
/
buildorder.py
diff --git
a/scripts/buildorder.py
b/scripts/buildorder.py
index b6581534978f915ed064f534278c58251b2e03f2..7bebd4140d49f925f4b7c81e991ad68716a032db 100755
(executable)
--- a/
scripts/buildorder.py
+++ b/
scripts/buildorder.py
@@
-72,7
+72,7
@@
class TermuxPackage(object):
# search package build.sh
build_sh_path = os.path.join(self.dir, 'build.sh')
if not os.path.isfile(build_sh_path):
# search package build.sh
build_sh_path = os.path.join(self.dir, 'build.sh')
if not os.path.isfile(build_sh_path):
- raise Exception("build.sh not found")
+ raise Exception("build.sh not found
for package '" + name + "'
")
self.buildfile = TermuxBuildFile(build_sh_path)
self.deps = self.buildfile._get_dependencies()
self.buildfile = TermuxBuildFile(build_sh_path)
self.deps = self.buildfile._get_dependencies()