From 0548b30e8173a0cc4f4e8fb9f9d4250ec34adc4e Mon Sep 17 00:00:00 2001 From: Tomas-M Date: Tue, 25 Jun 2019 23:30:47 +0200 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 2c8d5bd..14bb5ac 100755 --- a/Slax/debian/modules/03-desktop/build +++ b/Slax/debian/modules/03-desktop/build @@ -64,10 +64,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/v4.4.1.tar.gz +wget -O /tmp/xlunch.tar.gz https://github.com/Tomas-M/xlunch/archive/v4.5.1.tar.gz cd /tmp tar -xf xlunch.tar.gz -cd xlunch-4.4.1 +cd xlunch-4.5.1 make cp xlunch /squashfs-root/usr/bin cp extra/gentriesquick /squashfs-root/usr/bin/xlunch_genquick