Magellan Linux

Contents of /trunk/fluxbox/patches/fluxbox-1.3.1-alx.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1399 - (show annotations) (download)
Fri Jul 1 15:40:38 2011 UTC (12 years, 10 months ago) by niro
File size: 556 byte(s)
-fix fbsetbg to work with alx
1 diff -Naur fluxbox-1.3.1/util/fbsetbg fluxbox-1.3.1-magellan/util/fbsetbg
2 --- fluxbox-1.3.1/util/fbsetbg 2011-02-21 20:27:32.000000000 +0100
3 +++ fluxbox-1.3.1-magellan/util/fbsetbg 2011-07-01 19:45:34.000000000 +0200
4 @@ -361,7 +361,7 @@
5 if [ ! "$wpsetter" = Esetroot ]; then
6 WPSETTER=$wpsetter
7 break
8 - elif ldd `which Esetroot`|grep libImlib 2>&1 > /dev/null; then
9 + elif which Esetroot 2>&1 > /dev/null; then
10 WPSETTER=$wpsetter
11 break
12 else