kdesignerplugin: apply sed only for cross builds
This commit is contained in:
@@ -19,7 +19,9 @@ if [ -n "$CROSS_BUILD" ]; then
|
||||
fi
|
||||
|
||||
pre_configure() {
|
||||
sed -i KF5DesignerPluginConfig.cmake -e "s;KF5::;/usr/bin/;"
|
||||
if [ -n "$CROSS_BUILD" ]; then
|
||||
sed -i KF5DesignerPluginConfig.cmake -e "s;KF5::;/usr/bin/;"
|
||||
fi
|
||||
}
|
||||
|
||||
kdesignerplugin-devel_package() {
|
||||
|
||||
Reference in New Issue
Block a user