From 14e8bf3b40d341fce47f2536f04026ccf49306a5 Mon Sep 17 00:00:00 2001 From: TomasM Date: Sat, 30 Dec 2017 13:16:49 -0500 Subject: [PATCH] update xlunch version --- Slax/debian/modules/03-desktop/build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Slax/debian/modules/03-desktop/build b/Slax/debian/modules/03-desktop/build index a3cff32..dc52ef7 100755 --- a/Slax/debian/modules/03-desktop/build +++ b/Slax/debian/modules/03-desktop/build @@ -54,10 +54,10 @@ cp debian/$NAME/usr/bin/fluxbox /squashfs-root/usr/bin # add xlunch from sources -wget -O /tmp/xlunch.tar.gz https://github.com/Tomas-M/xlunch/archive/v3.2.5.tar.gz +wget -O /tmp/xlunch.tar.gz https://github.com/Tomas-M/xlunch/archive/v3.2.6.tar.gz cd /tmp tar -xf xlunch.tar.gz -cd xlunch-3.2.5 +cd xlunch-3.2.6 make cp xlunch /squashfs-root/usr/bin cp extra/gentriesquick /squashfs-root/usr/bin/xlunch_genquick