wok diff erlang/receipt @ rev 13165
Add lorcon-old.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Mon Jul 30 04:17:18 2012 +0000 (2012-07-30) |
parents | 8fe94ac4ccfc |
children | fcdd50638150 |
line diff
1.1 --- a/erlang/receipt Fri May 27 07:31:03 2011 +0200 1.2 +++ b/erlang/receipt Mon Jul 30 04:17:18 2012 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="erlang" 1.7 -VERSION="R12B-5" 1.8 +VERSION="R15B01" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Erlang programming language." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 @@ -16,14 +16,9 @@ 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 { 1.16 - patch=${SOURCE}_${VERSION}_OTP-7738.patch 1.17 export LANG=C 1.18 1.19 cd $src 1.20 - if [ ! -f done.$patch ]; then 1.21 - patch -p1 < $stuff/$patch || return 1 1.22 - touch done.$patch 1.23 - fi 1.24 sed -i 's|./Install|sh -x Install|' Makefile* 1.25 1.26 ./configure \