summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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=/
```