wok-6.x diff gob2-dev/receipt @ rev 15298
cdrtools: remove a wrong error trigger (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Sep 27 10:20:42 2013 +0000 (2013-09-27) |
parents | e0da598eadb0 |
children | 69c80106a6af |
line diff
1.1 --- a/gob2-dev/receipt Sun Jul 03 09:56:52 2011 +0000 1.2 +++ b/gob2-dev/receipt Fri Sep 27 10:20:42 2013 +0000 1.3 @@ -4,6 +4,7 @@ 1.4 VERSION="2.0.17" 1.5 CATEGORY="development" 1.6 MAINTAINER="jozee@slitaz.org" 1.7 +LICENSE="GPL2" 1.8 SHORT_DESC="gob2 devel library." 1.9 WANTED="gob2" 1.10 WEB_SITE="http://gmpc.wikia.com/wiki/Gnome_Music_Player_Client" 1.11 @@ -12,5 +13,5 @@ 1.12 genpkg_rules() 1.13 { 1.14 mkdir -p $fs/usr/share 1.15 - cp -a $_pkg/usr/share/aclocal* $fs/usr/share 1.16 + cp -a $install/usr/share/aclocal* $fs/usr/share 1.17 }