fcitx: Remove obsolete vsed

This commit is contained in:
Greg Beard 2023-03-19 11:54:51 +00:00 committed by classabbyamp
parent b50cca07b0
commit 3a6b1cb457

View file

@ -69,8 +69,6 @@ pre_configure() {
vsed -i -e 's;INCLUDE(${FCITX4_PREFIX}/share/cmake/fcitx;INCLUDE(${CMAKE_CURRENT_LIST_DIR};' \
cmake/FcitxConfig.cmake
vsed -i -e 's;enchant/enchant.h;enchant-2/enchant.h;' cmake/FindEnchant.cmake
if [ "$CROSS_BUILD" ]; then
# use host binaries
vsed -i -e 's;${PROJECT_BINARY_DIR}/tools/dev;/usr/lib/fcitx/libexec;' \