aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormerakor <cem@ckyln.com>2020-12-27 11:26:09 +0000
committermerakor <cem@ckyln.com>2020-12-27 11:26:09 +0000
commita16e20a9084843fbb8c153576420ce6ee645614e (patch)
treed0e4e9868fc987ca5252992c4eee62e9f4ed4d51
parent32ac6f0e255279ef2e58472c78ef0ad950e0572e (diff)
downloadcpt-a16e20a9084843fbb8c153576420ce6ee645614e.tar.gz
do: move to tools directory
FossilOrigin-Name: 601842a9a0147dcf4ad04386ebd690ccc252cb6b27b98b7cd7cd06ea8b7ce6ad
-rw-r--r--INSTALL7
-rw-r--r--README2
-rwxr-xr-xtools/do (renamed from minimal/do)0
3 files changed, 4 insertions, 5 deletions
diff --git a/INSTALL b/INSTALL
index ccb873e..2a80450 100644
--- a/INSTALL
+++ b/INSTALL
@@ -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
diff --git a/README b/README
index fb860fa..c1021ad 100644
--- a/README
+++ b/README
@@ -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
diff --git a/minimal/do b/tools/do
index f38a2a7..f38a2a7 100755
--- a/minimal/do
+++ b/tools/do