Skip to content

Update WRITEUP.md - Fixed typo #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions WRITEUP.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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!
- Thanks to the testers who tested the patcher with many tweaks, helping round out some of the edge cases!