use particular xlunch version for known features, the software evolves rapidly :)
parent
f0f3f9f852
commit
6ad156bf96
|
|
@ -47,10 +47,10 @@ cp debian/$NAME/usr/bin/fluxbox /squashfs-root/usr/bin
|
||||||
|
|
||||||
|
|
||||||
# add xlunch from sources
|
# add xlunch from sources
|
||||||
wget -O /tmp/xlunch.tar.gz https://github.com/Tomas-M/xlunch/archive/master.tar.gz
|
wget -O /tmp/xlunch.tar.gz https://github.com/Tomas-M/xlunch/archive/v3.1.2.tar.gz
|
||||||
cd /tmp
|
cd /tmp
|
||||||
tar -xf xlunch.tar.gz
|
tar -xf xlunch.tar.gz
|
||||||
cd xlunch-master
|
cd xlunch-3.1.2
|
||||||
make
|
make
|
||||||
cp xlunch /squashfs-root/usr/bin
|
cp xlunch /squashfs-root/usr/bin
|
||||||
mkdir -p /squashfs-root/usr/share/icons/hicolor/48x48/apps/
|
mkdir -p /squashfs-root/usr/share/icons/hicolor/48x48/apps/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue