wok-stable diff pam-dev/receipt @ rev 9407

I remove .la files that used full path in some packages. More will come.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Mar 28 20:13:28 2011 +0000 (2011-03-28)
parents d05fb510382e
children ab076d8ad4c9
line diff
     1.1 --- a/pam-dev/receipt	Thu Jan 27 00:20:50 2011 +0100
     1.2 +++ b/pam-dev/receipt	Mon Mar 28 20:13:28 2011 +0000
     1.3 @@ -16,6 +16,4 @@
     1.4  	mkdir -p $fs/lib $fs/usr
     1.5  	cp -a $_pkg/usr/include $fs/usr
     1.6  	ln -s security $fs/usr/include/pam
     1.7 -	cp -a $_pkg/lib/*.*a $fs/lib
     1.8 -	cp -a $_pkg/lib/security/*a $fs/lib
     1.9  }