Radix cross Linux Package Tools

Package Tools – is a set of utilities to create, install, and update RcL packages

8 Commits   0 Branches   2 Tags
Index: README.md
===================================================================
--- README.md	(revision 6)
+++ README.md	(revision 7)
@@ -38,10 +38,10 @@
 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=/
 ```