wok diff erlang/receipt @ rev 16329

ARM: add xorg-xprop - Used in the new SliTaz Tiny/Touch Screen (sts) desktop
author Christophe Lincoln <pankso@slitaz.org>
date Thu Apr 10 19:50:37 2014 +0200 (2014-04-10)
parents bcaada81a314
children c7c3567bd8d4
line diff
     1.1 --- a/erlang/receipt	Fri May 11 13:17:29 2012 +0200
     1.2 +++ b/erlang/receipt	Thu Apr 10 19:50:37 2014 +0200
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="Erlang programming language."
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 +LICENSE="other"
     1.8  SOURCE="otp_src"
     1.9  TARBALL="${SOURCE}_$VERSION.tar.gz"
    1.10  WEB_SITE="http://$PACKAGE.org/"
    1.11 @@ -43,5 +44,5 @@
    1.12  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.13  genpkg_rules()
    1.14  {
    1.15 -	cp -a $_pkg/usr $fs
    1.16 +	cp -a $install/usr $fs
    1.17  }