wok diff firefox-langpack-zh_TW/receipt @ rev 7499

Made all firefox-langpack copy files right. Looks like mv can't move folders even with -f option. Used a cp -af then rm -rf instead.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Dec 04 00:03:00 2010 +0000 (2010-12-04)
parents eae5abfd796b
children 0192b7b7169c
line diff
     1.1 --- a/firefox-langpack-zh_TW/receipt	Fri Dec 03 23:37:05 2010 +0000
     1.2 +++ b/firefox-langpack-zh_TW/receipt	Sat Dec 04 00:03:00 2010 +0000
     1.3 @@ -30,7 +30,8 @@
     1.4  {
     1.5  	sed -i "/pref/s/en-US/${TARBALL%.xpi}/" /etc/firefox/pref/firefox-l10n.js
     1.6  	RealPath=/usr/lib/firefox-*/extensions/    
     1.7 -	mv -f /var/$Path $RealPath
     1.8 +	cp -af /var/$Path $RealPath
     1.9 +	rm -rf /var/$Path
    1.10  }
    1.11  
    1.12  post_remove()