diff options
-rw-r--r-- | INSTALL | 7 | ||||
-rw-r--r-- | README | 2 | ||||
-rwxr-xr-x | tools/do (renamed from minimal/do) | 0 |
3 files changed, 4 insertions, 5 deletions
@@ -2,7 +2,7 @@ Installation Instructions ========================= In order to install cpt, you either need a redo implementation on your system, -or use the `do` script inside the `minimal/` directory (which is slower but the +or use the `do` script inside the `tools/` directory (which is slower but the source code isn't that big anyways). Paths and version information can be configured from the `config.rc` file or @@ -29,6 +29,5 @@ With redo With minimal do --------------- - ./minimal/do - DESTDIR= PREFIX=/usr/local ./minimal/do install - + ./tools/do + DESTDIR= PREFIX=/usr/local ./tools/do install @@ -26,7 +26,7 @@ RUNTIME DEPENDS - tar [GNU tar, busybox, toybox, libarchive, etc.] MAKE DEPENDS -- redo (optional, the repository contains minimal/do) +- redo (optional, the repository contains tools/do) Directory Structure |