wok diff fcitx-skin-dark/receipt @ rev 17002

linux-cloop, cloop-utils: add cloop_suspend & create_compressed_fs_fast
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Aug 12 09:06:13 2014 +0200 (2014-08-12)
parents 79a6b0b967a1
children e3f377fbc5f0
line diff
     1.1 --- a/fcitx-skin-dark/receipt	Mon Oct 03 22:42:21 2011 +0800
     1.2 +++ b/fcitx-skin-dark/receipt	Tue Aug 12 09:06:13 2014 +0200
     1.3 @@ -5,7 +5,7 @@
     1.4  CATEGORY="x-window"
     1.5  SHORT_DESC="The dark skin of fcitx."
     1.6  MAINTAINER="devel@slitaz.org"
     1.7 -DEPENDS=""
     1.8 +LICENSE="GPL2"
     1.9  WEB_SITE="http://code.google.com/p/fcitx/"
    1.10  WANTED="fcitx"
    1.11  
    1.12 @@ -13,5 +13,5 @@
    1.13  genpkg_rules()
    1.14  {
    1.15      mkdir -p $fs/usr/share/fcitx/skin/
    1.16 -    cp -a $_pkg/usr/share/fcitx/skin/dark/ $fs/usr/share/fcitx/dark/
    1.17 +    cp -a $install/usr/share/fcitx/skin/dark/ $fs/usr/share/fcitx/dark/
    1.18  }