bd6bc93daf
All, or at least most, of our debs contain "./" as a folder. This causes problems when extracting on some systems, as ./ then is the system root directory /, and tar cannot change the permissions of this folder. Trying to build on arch for example gives: tar: .: Cannot change mode to rwxr-xr-x: Operation not permitted tar: Exiting with failure status due to previous errors The issue appeared on arch somewhat recently, maybe with tar 1.33. To avoid having to rebuild all packages we now handle both data.tar.xz types, with prefixed ./, and without. Also remove some indentation levels while we are at it. |
||
---|---|---|
.. | ||
configure | ||
get_source | ||
setup | ||
termux_create_subpackages.sh | ||
termux_download_deb.sh | ||
termux_download.sh | ||
termux_error_exit.sh | ||
termux_extract_dep_info.sh | ||
termux_get_repo_files.sh | ||
termux_step_create_datatar.sh | ||
termux_step_create_debfile.sh | ||
termux_step_extract_into_massagedir.sh | ||
termux_step_finish_build.sh | ||
termux_step_handle_buildarch.sh | ||
termux_step_handle_hostbuild.sh | ||
termux_step_host_build.sh | ||
termux_step_install_license.sh | ||
termux_step_install_service_scripts.sh | ||
termux_step_make_install.sh | ||
termux_step_make.sh | ||
termux_step_massage.sh | ||
termux_step_patch_package.sh | ||
termux_step_replace_guess_scripts.sh | ||
termux_step_setup_toolchain.sh | ||
termux_step_setup_variables.sh | ||
termux_step_start_build.sh |