wok-stable rev 2995
libcap: fix kernel path
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon May 11 20:40:38 2009 +0200 (2009-05-11) |
parents | 7d07ec8c100b |
children | 84ab04bed40d |
files | libcap/receipt |
line diff
1.1 --- a/libcap/receipt Mon May 11 20:35:40 2009 +0200 1.2 +++ b/libcap/receipt Mon May 11 20:40:38 2009 +0200 1.3 @@ -20,7 +20,7 @@ 1.4 cd $src 1.5 sed -i -e s/'\\n'/"' -e '1i"/g -e 's/| indent -kr//' libcap/Makefile 1.6 mkdir libcap/include/attr 1.7 - ln -s $WOK/linux/$(ls $WOK/linux/taz)/)/include/linux/xattr.h \ 1.8 + ln -s $WOK/linux/$(ls $WOK/linux/taz)/include/linux/xattr.h \ 1.9 libcap/include/attr/ 1.10 make && 1.11 make FAKEROOT=$PWD/_pkg install