From ce253576b1757329244d04e847d2e4a031840855 Mon Sep 17 00:00:00 2001 From: Alessandro Mauri Date: Thu, 20 Aug 2020 09:22:15 +0200 Subject: [PATCH] more idea refinements --- PROCESS.md | 14 ++++++-------- TODO.md | 2 +- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/PROCESS.md b/PROCESS.md index bf4b3f7..b484a6a 100644 --- a/PROCESS.md +++ b/PROCESS.md @@ -10,15 +10,13 @@ file written to `liblist` 6. The `liblist` file gets read and all the necessary libraries get downloaded and/or copied to `tmp/lib/`, then `liblist` gets deleted -7. The binaries inside `tmp/bin/` get modified so that their `RPATH` value points -to `tmp/lib` -8. The `tmp/env` gets generated -9. The `tmp/man/` and `tmp/ext/` directories get populated with the right files -10. The checksum for the files inside `tmp` gets calculated and written to +7. The `tmp/env` gets generated +8. The `tmp/man/` and `tmp/ext/` directories get populated with the right files +9. The checksum for the files inside `tmp` gets calculated and written to `tmp/checksum` -11. The `tmp` directory gets compressed as a tar archive -12. The decompressor and loader programs get applied to the tar archive -13. The archive gets renamed `.ti` and granted executable permission +10. The `tmp` directory gets compressed as a tar archive +11. The decompressor and loader programs get applied to the tar archive +12. The archive gets renamed `.ti` and granted executable permission ## The project's root directory structure The project's root directory has to contain a subdirectory called `tarinstall` diff --git a/TODO.md b/TODO.md index 1866922..4968659 100644 --- a/TODO.md +++ b/TODO.md @@ -1,5 +1,5 @@ # Stuff to make -- simple checksum calculator +- simple checksum calculator (MD5) - enter directory - checksum of all file - write file inside directory