# HG changeset patch # User fireflyoo # Date 1292865290 -28800 # Node ID b09f1559573076f525cc52e0df01605fce4b9282 # Parent b9e9fdb483926c535bc92648e89f9cebe4f21685 fcitx:add --disable-table-data diff -r b9e9fdb48392 -r b09f15595730 fcitx/receipt --- a/fcitx/receipt Sun Dec 19 20:00:55 2010 +0000 +++ b/fcitx/receipt Tue Dec 21 01:14:50 2010 +0800 @@ -16,7 +16,8 @@ { cd $src ./configure \ - --prefix=/usr && + --prefix=/usr \ + --disable-table-data && make && make DESTDIR=$PWD/_pkg install } @@ -25,6 +26,5 @@ { mkdir -p $fs/usr cp -a $_pkg/usr $fs/ - rm -rf $fs/usr/share/fcitx/data/table cp -f stuff/config.desc $fs/usr/share/fcitx/data/ }