qt5-doc: fix qt5-host-tools symlinks

Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
Jürgen Buchmüller 2019-02-08 16:27:50 +01:00
parent 4fec2724e2
commit 10c63ea318
No known key found for this signature in database
GPG key ID: 6764EC32352D0647

View file

@ -16,7 +16,7 @@ checksum=859417642713cee2493ee3646a7fee782c9f1db39e41d7bb1322bba0c5f0ff4d
post_extract() {
rm -rf qttools/{bin,plugins}
ln -s /usr/lib/qt5/bin qttools/
ln -s /usr/lib/qt5/{rcc,uic,moc} qtbase/bin/
ln -s /usr/lib/qt5/bin/{rcc,uic,moc} qtbase/bin/
}
do_build() {