qt5_qpluginwidget.run: fix symlink

Fixes #2420
This commit is contained in:
Christian Prochaska 2017-05-19 18:50:46 +02:00 committed by Christian Helmuth
parent 104baeeefc
commit 0909256f97
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ install_config $config
# Boot modules
#
exec sh -c "ln -sf ../test/qt5/qpluginwidget/test-plugin.tar bin/"
exec sh -c "ln -sf [pwd]/test/qt5/qpluginwidget/test-plugin.tar bin/"
append boot_modules [qt5_boot_modules feature]