opencv.mk: remove trailing spaces

This commit is contained in:
Boris Nagaev 2017-09-24 17:08:06 +02:00
parent 4560f79e70
commit f29eed843b
1 changed files with 2 additions and 2 deletions

View File

@ -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++' \