wok-next diff freeglut-dev/receipt @ rev 15288
pkg-config: remove a wrong error trigger
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Sep 26 17:57:02 2013 +0000 (2013-09-26) |
parents | 6f535262c026 |
children | 3b4e4318134e |
line diff
1.1 --- a/freeglut-dev/receipt Sat Sep 18 20:29:53 2010 +0000 1.2 +++ b/freeglut-dev/receipt Thu Sep 26 17:57:02 2013 +0000 1.3 @@ -12,6 +12,6 @@ 1.4 genpkg_rules() 1.5 { 1.6 mkdir -p $fs/usr/lib 1.7 - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 1.8 - cp -a $_pkg/usr/include $fs/usr 1.9 + cp -a $install/usr/lib/*.*a $fs/usr/lib 1.10 + cp -a $install/usr/include $fs/usr 1.11 }