projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b532b3
)
packages/tesseract: fix whitespaces
author
Gabor Juhos
<juhosg@openwrt.org>
Thu, 27 Mar 2014 07:04:08 +0000
(07:04 +0000)
committer
Gabor Juhos
<juhosg@openwrt.org>
Thu, 27 Mar 2014 07:04:08 +0000
(07:04 +0000)
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 40120
utils/tesseract/Makefile
patch
|
blob
|
history
diff --git
a/utils/tesseract/Makefile
b/utils/tesseract/Makefile
index 86c152b49c670f677ed570b3427336254ee43f62..36b0028340fec23ee9add8cda06fccef32ad8193 100644
(file)
--- a/
utils/tesseract/Makefile
+++ b/
utils/tesseract/Makefile
@@
-35,7
+35,7
@@
TARGET_LDFLAGS += -Wl,-rpath-link=$(STAGING_DIR)/usr/lib
define Build/Prepare
$(call Build/Prepare/Default)
- $(SED) '1s/^\xEF\xBB\xBF//' $(PKG_BUILD_DIR)/ccutil/strngs.h
+ $(SED) '1s/^\xEF\xBB\xBF//' $(PKG_BUILD_DIR)/ccutil/strngs.h
endef
define Build/InstallDev