wok diff fcitx/receipt @ rev 7705
openssl: disable MAKEFLAGS & change configure options
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Sun Dec 19 13:52:20 2010 +0100 (2010-12-19) |
parents | 1da4b5b7efad |
children | 08443e33c783 |
line diff
1.1 --- a/fcitx/receipt Wed Nov 24 04:24:26 2010 +0000 1.2 +++ b/fcitx/receipt Sun Dec 19 13:52:20 2010 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="fcitx" 1.7 -VERSION="4.0.0" 1.8 +VERSION="4.0.1" 1.9 CATEGORY="x-window" 1.10 SHORT_DESC="Free Chinese Input Toy of X, a collection of Simplified Chinese input methods for Linux." 1.11 MAINTAINER="lufeng369@gmail.com" 1.12 @@ -25,4 +25,5 @@ 1.13 { 1.14 mkdir -p $fs/usr 1.15 cp -a $_pkg/usr $fs/ 1.16 -} 1.17 \ No newline at end of file 1.18 + rm -rf $fs/usr/share/fcitx/data/table 1.19 +}