Browse Source
build-package.sh: fix situation where subpackage's dependency list is not written to metadata
emacs-27
Leonid Plyushch
6 years ago
No known key found for this signature in database
GPG Key ID: 45F2964132545795
1 changed files with
2 additions and
0 deletions
-
scripts/build/termux_create_subpackages.sh
|
|
@ -75,6 +75,8 @@ termux_create_subpackages() { |
|
|
|
else |
|
|
|
echo "Depends: $TERMUX_PKG_NAME (= $TERMUX_PKG_FULLVERSION)" >> control |
|
|
|
fi |
|
|
|
else |
|
|
|
echo "Depends: $TERMUX_SUBPKG_DEPENDS" >> control |
|
|
|
fi |
|
|
|
|
|
|
|
test ! -z "$TERMUX_SUBPKG_BREAKS" && echo "Breaks: $TERMUX_SUBPKG_BREAKS" >> control |
|
|
|