qt5: undo "move lrelease to qt5-host-tools"
This reverts commit 6e29f3e714
.
This commit is contained in:
parent
f7f596dae5
commit
20ced2da6c
1 changed files with 1 additions and 1 deletions
|
@ -798,7 +798,7 @@ qt5-translations_package() {
|
|||
qt5-host-tools_package() {
|
||||
short_desc+=" - Tools required when cross compiling"
|
||||
pkg_install() {
|
||||
for f in moc rcc uic qlalr qdbuscpp2xml qdbusxml2cpp lrelease; do
|
||||
for f in moc rcc uic qlalr qdbuscpp2xml qdbusxml2cpp; do
|
||||
vmove usr/lib/qt5/bin/${f}
|
||||
done
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue