wok-current diff qupzilla-locales/receipt @ rev 16868
qupzilla: update receipt, fix wrong path for translations search (now translations works).
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sun Jul 13 16:25:02 2014 +0300 (2014-07-13) |
parents | a589b0635acc |
children | 1c8a8c24e47e |
line diff
1.1 --- a/qupzilla-locales/receipt Sun Jul 13 07:46:17 2014 +0000 1.2 +++ b/qupzilla-locales/receipt Sun Jul 13 16:25:02 2014 +0300 1.3 @@ -1,9 +1,9 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="qupzilla-locales" 1.7 -VERSION="v1.6.6" 1.8 +VERSION="1.6.6" 1.9 CATEGORY="x-window" 1.10 -SHORT_DESC="Locales for the qupzilla browser" 1.11 +SHORT_DESC="Translations for the QupZilla browser" 1.12 MAINTAINER="claudinei@slitaz.org" 1.13 LICENSE="GPL3" 1.14 WEB_SITE="https://github.com/QupZilla/qupzilla" 1.15 @@ -14,6 +14,7 @@ 1.16 # Rules to gen a SliTaz package suitable for Tazpkg. 1.17 genpkg_rules() 1.18 { 1.19 - mkdir -p $fs/usr/share/$WANTED 1.20 - cp -a $install/usr/share/$WANTED/locale $fs/usr/share/$WANTED 1.21 + p=usr/share/qupzilla 1.22 + mkdir -p $fs/$p 1.23 + cp -a $install/$p/locale $fs/$p 1.24 }