From f29eed843b8dc7f9921ac0f609fb2b0afdc515ca Mon Sep 17 00:00:00 2001 From: Boris Nagaev Date: Sun, 24 Sep 2017 17:08:06 +0200 Subject: opencv.mk: remove trailing spaces --- src/opencv.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/opencv.mk b/src/opencv.mk index e7a6b77..5a90727 100644 --- a/src/opencv.mk +++ b/src/opencv.mk @@ -56,9 +56,9 @@ define $(PKG)_BUILD # opencv builds it's own libIlmImf.a $(if $(findstring x86_64-w64-mingw32,$(TARGET)),\ $(SED) -i 's/OpenEXR//' '$(BUILD_DIR)/unix-install/opencv.pc') - + $(SED) -i 's,share/OpenCV/3rdparty/,,g' '$(BUILD_DIR)/unix-install/opencv.pc' - + $(INSTALL) -m755 '$(BUILD_DIR)/unix-install/opencv.pc' '$(PREFIX)/$(TARGET)/lib/pkgconfig' '$(TARGET)-g++' \ -- cgit v0.12