wok-stable diff erlang/receipt @ rev 12460

fix symlinks
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Apr 28 09:09:24 2017 +0200 (2017-04-28)
parents 8fe94ac4ccfc
children 00a0a6f8ea52
line diff
     1.1 --- a/erlang/receipt	Fri May 27 07:31:03 2011 +0200
     1.2 +++ b/erlang/receipt	Fri Apr 28 09:09:24 2017 +0200
     1.3 @@ -49,4 +49,7 @@
     1.4  genpkg_rules()
     1.5  {
     1.6  	cp -a $_pkg/usr $fs
     1.7 +	for i in $(cd $fs/usr/bin; ls *); do
     1.8 +		ln -s ../lib/erlang/bin/$i $fs/usr/bin/$i
     1.9 +	done
    1.10  }