qt: fix installation.
This commit is contained in:
parent
19b768890c
commit
3423a856a7
1 changed files with 3 additions and 2 deletions
|
@ -99,8 +99,9 @@ qt-devel-tools_package() {
|
|||
depends="hicolor-icon-theme"
|
||||
short_desc+=" - development tools"
|
||||
pkg_install() {
|
||||
for f in assistant* lconvert linguist pixeltool qcollectiongenerator \
|
||||
qhelp* xmlpatterns* qttrace* qdoc3 qmlviewer; do
|
||||
for f in assistant lconvert linguist pixeltool qcollectiongenerator \
|
||||
qhelpgenerator qhelpconverter xmlpatterns xmlpatternsvalidator \
|
||||
qttracereplay qdoc3 qmlviewer; do
|
||||
vmove usr/bin/${f}-qt4
|
||||
vmove usr/lib/qt/bin/${f}
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue