termux / termux-create-package

Python script to create Termux packages easily.
https://termux.com
Apache License 2.0
417 stars 95 forks source link

Fixed generated tarfile format and enabled directory recursion #21

Closed yuriusu22 closed 4 years ago

yuriusu22 commented 4 years ago

The default tarfile format was changed to PAX which is incompatible with dpkg (see tarfile.DEFAULT_FORMAT).

Additionally, directory recursion is switched back to True. This should be the default behavior.

ghost commented 4 years ago

Thanks.

ghost commented 4 years ago

Updated package should be available shortly, https://github.com/termux/termux-packages/commit/ec79f545953518ee5bf298157467b862a2bd0818.