wok diff firefox-official-es/receipt @ rev 19106

rpm: bug fix (rpm -E '%{_tmppath}')
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu May 05 13:16:00 2016 +0200 (2016-05-05)
parents 1d298bb09cdd
children 1b27cc4b14b9
line diff
     1.1 --- a/firefox-official-es/receipt	Wed May 04 10:53:21 2016 +0200
     1.2 +++ b/firefox-official-es/receipt	Thu May 05 13:16:00 2016 +0200
     1.3 @@ -56,4 +56,5 @@
     1.4  genpkg_rules()
     1.5  {
     1.6  	cp -a $install/* $fs
     1.7 +	ln -s firefox-official $fs/usr/bin/browser-html5
     1.8  }