wok-stable rev 5478

Fixed acl-dev. Soft link acl.h to /usr/include/sys/acl.h. This is so cups-pam can be build.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu May 06 01:07:40 2010 +0000 (2010-05-06)
parents b0b9fd062f9b
children eef31cf06ceb
files acl-dev/receipt
line diff
     1.1 --- a/acl-dev/receipt	Thu May 06 00:33:31 2010 -0400
     1.2 +++ b/acl-dev/receipt	Thu May 06 01:07:40 2010 +0000
     1.3 @@ -21,4 +21,7 @@
     1.4  	ln -s /usr/lib/libacl.la $fs/lib/libacl.la
     1.5  
     1.6  	cp -a $src/include/*acl*.h $fs/usr/include
     1.7 +
     1.8 +	mkdir -p $fs/usr/include/sys
     1.9 +	ln -s /usr/include/acl.h $fs/usr/include/sys/acl.h
    1.10  }