fix sh error

This commit is contained in:
Dimitur Kirov 2006-06-13 09:58:21 +00:00
parent 900d6d01b1
commit f12f80f63b
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ install:
mkdir -p "$(DESTDIR)$(PREFIX)/share/locale/$$d"; \
fi; \
done
if [ ! -z $$(find po -name *.mo) ]; then \
if [[ -n $$(find po -name *.mo) ]]; then \
${MAKE} -C po install PREFIX=$(PREFIX) ; \
fi
cp COPYING "$(DESTDIR)$(PREFIX)/share/gajim/";