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

View File

@ -72,7 +72,7 @@ install_config $config
# Boot modules # 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] append boot_modules [qt5_boot_modules feature]