summaryrefslogtreecommitdiffstats
path: root/instsetoo_native/util
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2011-06-16 20:26:08 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2011-06-16 20:26:08 +0200
commit8fe135c7b936e21da514dd93917d07d2fa97c4ca (patch)
treef67f9b3eb7921111efdc30dc63128d726104e395 /instsetoo_native/util
parentWaE: its far from K&R we are these days (diff)
downloadcore-8fe135c7b936e21da514dd93917d07d2fa97c4ca.tar.gz
core-8fe135c7b936e21da514dd93917d07d2fa97c4ca.zip
don't complain about nonexisting directory building en-US only
Diffstat (limited to 'instsetoo_native/util')
-rw-r--r--instsetoo_native/util/makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/instsetoo_native/util/makefile.mk b/instsetoo_native/util/makefile.mk
index 3c93c3fdf387..800bcbff4ef4 100644
--- a/instsetoo_native/util/makefile.mk
+++ b/instsetoo_native/util/makefile.mk
@@ -77,7 +77,7 @@ LOCALPYFILES= \
$(BIN)$/msgbox.py
.ENDIF
-help_exist:=$(shell @find $(L10N_MODULE)/source/ -type d -name "helpcontent2" | sed -e "s|/helpcontent2||" -e "s|^.*/||" ) en-US
+help_exist:=$(shell @find $(L10N_MODULE)/source/ -type d -name "helpcontent2" 2>/dev/null | sed -e "s|/helpcontent2||" -e "s|^.*/||" ) en-US
allhelplangiso:=$(foreach,i,$(alllangiso) $(foreach,j,$(help_exist) $(eq,$i,$j $i $(NULL))))