wok diff mm-common/receipt @ rev 20255

firefox, thunderbird: try to force i686
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Mar 13 21:40:37 2018 +0100 (2018-03-13)
parents f2a3ca861fbd
children 6e8b1bcb30e2
line diff
     1.1 --- a/mm-common/receipt	Sat May 21 00:27:17 2011 +0000
     1.2 +++ b/mm-common/receipt	Tue Mar 13 21:40:37 2018 +0100
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="Common build files of the C++ bindings"
     1.6  MAINTAINER="slaxemulator@gmail.com"
     1.7 +LICENSE="GPL2"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.9  WEB_SITE="http://gtkmm.org"
    1.10  WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
    1.11 @@ -20,6 +21,6 @@
    1.12  genpkg_rules()
    1.13  {
    1.14  	mkdir -p $fs
    1.15 -	cp -a $_pkg/usr $fs
    1.16 +	cp -a $install/usr $fs
    1.17  }
    1.18