wok diff mspdebug/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 6b4a47136bff
children 7b885913f298
line diff
     1.1 --- a/mspdebug/receipt	Thu Nov 03 17:36:16 2011 +0100
     1.2 +++ b/mspdebug/receipt	Tue Mar 13 21:40:37 2018 +0100
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="free debugger for use with MSP430 MCUs."
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 +LICENSE="GPL2"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.9  WEB_SITE="http://$PACKAGE.sourceforge.net/"
    1.10  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.11 @@ -18,11 +19,11 @@
    1.12  	cd $src
    1.13  	sed -i 's|/usr/local|/usr|' Makefile
    1.14  	make WITHOUT_READLINE=1 &&
    1.15 -	make DESTDIR=$PWD/_pkg install
    1.16 +	make DESTDIR=$DESTDIR install
    1.17  }
    1.18  
    1.19  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.20  genpkg_rules()
    1.21  {
    1.22 -	cp -a $_pkg/* $fs
    1.23 +	cp -a $install/* $fs
    1.24  }