wok-next rev 13684
cryptopp: fix to genpkg_rules: replaced with
author | Samuel Trassare <samuel_trassare@yahoo.com> |
---|---|
date | Sat Dec 01 08:24:37 2012 +0000 (2012-12-01) |
parents | b443ca7e291e |
children | 9584476eeb17 |
files | cryptopp/receipt |
line diff
1.1 --- a/cryptopp/receipt Thu Nov 29 17:58:46 2012 +0100 1.2 +++ b/cryptopp/receipt Sat Dec 01 08:24:37 2012 +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 }