mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
kdesignerplugin: apply sed only for cross builds
This commit is contained in:
parent
ddcc092efa
commit
da926218d5
1 changed files with 3 additions and 1 deletions
|
@ -19,7 +19,9 @@ if [ -n "$CROSS_BUILD" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
pre_configure() {
|
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() {
|
kdesignerplugin-devel_package() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue