Browse Source
wordgrinder: make sure that include/zip.h won't appear in debfile
android-5
Leonid Plyushch
5 years ago
No known key found for this signature in database
GPG Key ID: 45F2964132545795
1 changed files with
6 additions and
0 deletions
-
packages/wordgrinder/build.sh
|
|
@ -33,3 +33,9 @@ termux_step_make_install() { |
|
|
|
mv -f $TERMUX_PREFIX/include/zip.h.bak $TERMUX_PREFIX/include/zip.h |
|
|
|
fi |
|
|
|
} |
|
|
|
|
|
|
|
termux_step_post_massage() { |
|
|
|
# zip.h may appear in deb after hiding/unhiding due to changed |
|
|
|
# timestamp so it should be removed from package dir manually. |
|
|
|
rm -f $TERMUX_PKG_MASSAGEDIR/$TERMUX_PREFIX/include/zip.h |
|
|
|
} |
|
|
|