wmii

git clone git://oldgit.suckless.org/wmii/
Log | Files | Refs | README | LICENSE

commit 818a3acc9fd5b87706d240b956ea2f580e4615a4
parent 08587dbb97aa9c9ca7665e40fedbdae1e38c9ae8
Author: Anselm R. Garbe <garbeam@wmii.de>
Date:   Thu, 16 Mar 2006 09:28:37 +0100

snap hotfix


Diffstat:
config.mk | 2+-
rc/wmiirc | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/config.mk b/config.mk @@ -8,7 +8,7 @@ MANPREFIX = ${PREFIX}/share/man X11INC = /usr/X11R6/include X11LIB = /usr/X11R6/lib -VERSION = 3-current +VERSION = 20060316 # includes and libs LIBS = -L${PREFIX}/lib -L/usr/lib -lc -lm -L${X11LIB} -lX11 diff --git a/rc/wmiirc b/rc/wmiirc @@ -7,7 +7,7 @@ xwrite() { } proglist() { - find `echo "$@" | tr ':' '\n' | uniq` -perm -u+x -type f -print | + find -L `echo "$@" | tr ':' '\n' | uniq` -perm -u+x -type f -print | sed 's,^.*/,, ' | sort | uniq }