summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorkx <kx@radix.pro>2023-10-23 21:39:58 +0300
committerkx <kx@radix.pro>2023-10-23 21:39:58 +0300
commita745159c7d8001491589a912af581ee7ffa2218d (patch)
tree2190a1c35d4a268e84db4f40384363fcc75177ea /README.md
parent11c606a6888dc269ef018359469a7276c3ad8f67 (diff)
downloadpkgtools-trunk.tar.xz
Bump version to 0.2.2: Update parallel installation processHEADpkgtools-0.2.2trunk
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 571b711..deb1152 100644
--- a/README.md
+++ b/README.md
@@ -38,10 +38,10 @@ For example, in this case the **dialog.m4** script will be taken from the
On the build machine the installation process seems like that
```Bash
-$ tar xJvf pkgtools-0.2.1.tar.xz
+$ tar xJvf pkgtools-0.2.2.tar.xz
$ mkdir build
$ cd build
-$ ../pkgtools-0.2.1/configure --prefix=/usr
+$ ../pkgtools-0.2.2/configure --prefix=/usr
$ make
$ make install DESTDIR=$PKG exec_prefix=/
```