wok rev 7732
fcitx:add --disable-table-data
author | fireflyoo <lufeng369@gmail.com> |
---|---|
date | Tue Dec 21 01:14:50 2010 +0800 (2010-12-21) |
parents | b9e9fdb48392 |
children | 2007ff1f6cc6 |
files | fcitx/receipt |
line diff
1.1 --- a/fcitx/receipt Sun Dec 19 20:00:55 2010 +0000 1.2 +++ b/fcitx/receipt Tue Dec 21 01:14:50 2010 +0800 1.3 @@ -16,7 +16,8 @@ 1.4 { 1.5 cd $src 1.6 ./configure \ 1.7 - --prefix=/usr && 1.8 + --prefix=/usr \ 1.9 + --disable-table-data && 1.10 make && make DESTDIR=$PWD/_pkg install 1.11 } 1.12 1.13 @@ -25,6 +26,5 @@ 1.14 { 1.15 mkdir -p $fs/usr 1.16 cp -a $_pkg/usr $fs/ 1.17 - rm -rf $fs/usr/share/fcitx/data/table 1.18 cp -f stuff/config.desc $fs/usr/share/fcitx/data/ 1.19 }