wok-6.x diff cryptopp/receipt @ rev 14870
python-pygame: no more linux/videodev.h
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Jul 23 08:56:31 2013 +0000 (2013-07-23) |
parents | ee6d13c8379c |
children | ee5c8b018b62 |
line diff
1.1 --- a/cryptopp/receipt Tue Nov 27 09:57:29 2012 -0800 1.2 +++ b/cryptopp/receipt Tue Jul 23 08:56:31 2013 +0000 1.3 @@ -23,8 +23,8 @@ 1.4 genpkg_rules() 1.5 { 1.6 mkdir -p $fs/usr/share/doc/$PACKAGE 1.7 - cp -a $INSTALL/usr/lib $fs/usr 1.8 - cp -a $INSTALL/usr/include $fs/usr 1.9 + cp -a $install/usr/lib $fs/usr 1.10 + cp -a $install/usr/include $fs/usr 1.11 cp $src/License.txt $fs/usr/share/doc/$PACKAGE 1.12 cp $src/Readme.txt $fs/usr/share/doc/$PACKAGE 1.13 }