wok-6.x diff qtconfig/receipt @ rev 7066
Fixed a path in Qt4-dev and qtconfig.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Mon Nov 01 23:37:29 2010 +0000 (2010-11-01) |
parents | 77f1970e448d |
children | 8477ba8ae252 |
line diff
1.1 --- a/qtconfig/receipt Mon Nov 01 23:08:19 2010 +0000 1.2 +++ b/qtconfig/receipt Mon Nov 01 23:37:29 2010 +0000 1.3 @@ -12,8 +12,8 @@ 1.4 # Rules to gen a SliTaz package suitable for Tazpkg. 1.5 genpkg_rules() 1.6 { 1.7 - mkdir -p $fs/usr/bin $fs/usr/share/translations 1.8 + mkdir -p $fs/usr/bin $fs/usr/share/qt/translations 1.9 cp -a $_pkg/usr/bin/qtconfig $fs/usr/bin 1.10 - cp -a $_pkg/usr/share/translations/qtconfig*.qm $fs/usr/share/translations 1.11 + cp -a $_pkg/usr/share/qt/translations/qtconfig*.qm $fs/usr/share/qt/translations 1.12 } 1.13