[FE training-materials-updates] gen-lab-archive: fix variable definition

Michael Opdenacker michael.opdenacker at free-electrons.com
Mon Sep 1 11:34:44 CEST 2014


Repository : git://git.free-electrons.com/training-materials.git

On branch  : master
Link       : http://git.free-electrons.com/training-materials/commit/?id=84d66e490acda79c33f7193896562880ecf6762f

>---------------------------------------------------------------

commit 84d66e490acda79c33f7193896562880ecf6762f
Author: Michael Opdenacker <michael.opdenacker at free-electrons.com>
Date:   Mon Sep 1 11:33:15 2014 +0200

    gen-lab-archive: fix variable definition
    
    - Found for the first time because we didn't have
      other .xz files than .tar.xz ones
      (failing on the compressed ipipe patch)
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at free-electrons.com>


>---------------------------------------------------------------

84d66e490acda79c33f7193896562880ecf6762f
 gen-lab-archive | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gen-lab-archive b/gen-lab-archive
index f03e0c9..2648b55 100755
--- a/gen-lab-archive
+++ b/gen-lab-archive
@@ -8,7 +8,7 @@ GIT=/usr/bin/git
 RM=/bin/rm
 FIND=/usr/bin/find
 TAR=/bin/tar
-UNLZMA=/usr/bin/unxz
+UNXZ=/usr/bin/unxz
 DIRNAME=/usr/bin/dirname
 RSYNC=/usr/bin/rsync
 SUDO=/usr/bin/sudo



More information about the training-materials-updates mailing list