wok diff erlang/receipt @ rev 17294
pcmanfm: add few custom actions
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Oct 30 01:16:39 2014 +0200 (2014-10-30) |
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 Oct 30 01:16:39 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 }