mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 15:13:51 +02:00
kmymoney: Fix ineffective vsed
This commit is contained in:
parent
d5b31e37e8
commit
34beff9ed9
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ checksum=3938b8078b7391ba32e12bb4239762fae134683a0c2ec1a75105c302ca3e5e3f
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
vsed /find_package\(Libical\)/d -i CMakeLists.txt
|
vsed /find_package\(LibIcal\)/d -i CMakeLists.txt
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue