From 7c490445464a31260eacd941d2e7ad2dec8aa042 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrius=20=C5=A0tikonas?= Date: Tue, 16 Jan 2018 15:30:31 +0100 Subject: [PATCH] Update INSTALL instructions. bzip2->xz. --- INSTALL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index 07fc430..e0d4f3e 100644 --- a/INSTALL +++ b/INSTALL @@ -15,7 +15,7 @@ KDE Partition Manager is built with cmake. It is recommended to build out of tree: After unpacking the source, create a separate build directory and run cmake there: -$ tar xfj partitionmanager-x.y.z.tar.bz2 +$ tar xf partitionmanager-x.y.z.tar.xz $ cd partitionmanager-x.y.z $ mkdir build $ cd build