diff --git a/WRITEUP.md b/WRITEUP.md index 3f62acb..d3b2cc3 100644 --- a/WRITEUP.md +++ b/WRITEUP.md @@ -26,7 +26,7 @@ - The patched `control` file gets saved and its permissions are restored to the original ones. - All of the relevant `.plist` files have their paths converted. Same steps as before, the file permissions are stored, the file's paths get converted, the file is saved and its permissions are restored. - All of the non-Mach-O script files have their paths converted. Same steps as before, the file permissions are stored, the file's paths get converted, the file is saved and its permissions are restored. -- Some special handling is done for certain tweaks (e.g. XenHTML). These tweaks have an improper `DEBIAN` directory structure, which causes `dpkg-deb` to not be able to repack th .deb correctly. `rootless-patcher` fixes this structure to correspond to `dpkg-deb`'s format. +- Some special handling is done for certain tweaks (e.g. XenHTML). These tweaks have an improper `DEBIAN` directory structure, which causes `dpkg-deb` to not be able to repack the .deb correctly. `rootless-patcher` fixes this structure to correspond to `dpkg-deb`'s format. - `dpkg-deb` is used to repack the .deb file with the converted name. - The temporary working directory is deleted. ## Development challenges @@ -55,4 +55,4 @@ XenHTML also has an improper `DEBIAN` directory format, which was discovered dur - Thanks to [opa334](https://github.com/opa334) for the initial idea on how to implement the patcher. - Thanks to [Leptos](https://github.com/leptos-null) for reviewing the code to help make it as reliable as possible. - Thanks to [tuancc](https://github.com/roothider) for help in regard to some of the technicalities. -- Thanks to the testers who tested the patcher with many tweaks, helping round out some of the edge cases! \ No newline at end of file +- Thanks to the testers who tested the patcher with many tweaks, helping round out some of the edge cases!