wok-next diff gecko-mediaplayer/receipt @ rev 18925

description.txt should end with 0x0A byte (Carriage Return, Enter) to not glue with the next description in descriptions.txt.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Feb 25 15:02:38 2016 +0200 (2016-02-25)
parents d6ca18366f41
children 757d032c55c7
line diff
     1.1 --- a/gecko-mediaplayer/receipt	Mon Dec 21 02:53:09 2015 +0200
     1.2 +++ b/gecko-mediaplayer/receipt	Thu Feb 25 15:02:38 2016 +0200
     1.3 @@ -40,8 +40,8 @@
     1.4  
     1.5  post_install()
     1.6  {
     1.7 -	for i in "$1"/usr/lib/mozilla/plugins/$PACKAGE*.so ; do
     1.8 -		ln -s "$i" "$1"/usr/lib/firefox*/plugins
     1.9 +	for i in $(cd "$1"; ls usr/lib/mozilla/plugins/$PACKAGE*.so 2> /dev/null); do
    1.10 +		ln -s "/$i" "$1"/usr/lib/firefox*/plugins
    1.11  	done
    1.12  }
    1.13