Browse Source

wordgrinder: make sure that include/zip.h won't appear in debfile

android-5
Leonid Plyushch 5 years ago
parent
commit
e083fee064
No known key found for this signature in database GPG Key ID: 45F2964132545795
  1. 6
      packages/wordgrinder/build.sh

6
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
}

Loading…
Cancel
Save