wok-6.x diff bluefish/receipt @ rev 17171
bash: CVE-2014-6271 fix
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Sep 25 12:57:40 2014 +0200 (2014-09-25) |
parents | f4c22f009037 |
children | 533c0cab6960 |
line diff
1.1 --- a/bluefish/receipt Sat Sep 07 18:25:02 2013 +0000 1.2 +++ b/bluefish/receipt Thu Sep 25 12:57:40 2014 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="bluefish" 1.7 -VERSION="2.0.3" 1.8 +VERSION="2.2.5" 1.9 CATEGORY="development" 1.10 SHORT_DESC="A powerful editor" 1.11 MAINTAINER="erjo@slitaz.org" 1.12 @@ -29,12 +29,4 @@ 1.13 cp -a $install/usr/share/mime $fs/usr/share 1.14 cp -a $install/usr/share/bluefish $fs/usr/share 1.15 cp -a $install/usr/share/applications $fs/usr/share 1.16 - cp -a $install/usr/share/locale/fr $fs/usr/share/locale 1.17 - 1.18 } 1.19 - 1.20 -# Post-install commands 1.21 -post_install() 1.22 -{ 1.23 - chroot "$1/" /usr/bin/update-mime-database /usr/share/mime 1.24 -}