wok diff orpheus/receipt @ rev 2886

pekwm: add custom keys, start and improve menu
author Rohit Joshi <jozee@slitaz.org>
date Mon May 04 12:27:31 2009 +0000 (2009-05-04)
parents 802a77e5a30c
children 6ec17b55b59a
line diff
     1.1 --- a/orpheus/receipt	Sat Mar 14 15:08:25 2009 +0000
     1.2 +++ b/orpheus/receipt	Mon May 04 12:27:31 2009 +0000
     1.3 @@ -18,8 +18,7 @@
     1.4  	cd $src
     1.5  	./configure \
     1.6  		--prefix=/usr \
     1.7 -		--mandir=/usr/share/man \
     1.8 -		$CONFIGURE_ARGS &&
     1.9 +		--mandir=/usr/share/man &&
    1.10  	make &&
    1.11  	make DESTDIR=$PWD/_pkg install
    1.12  }