fix compatibility of uninstall: MacOSX rm needs -f instead of --force

git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@1127 d0cd1f9f-072b-0410-8dd7-cf729c803f20
This commit is contained in:
zdenop 2014-07-24 20:39:30 +00:00
parent 5b779456f9
commit 1ea387232b

View File

@ -67,4 +67,4 @@ install-langs:
uninstall-local:
cd $(DESTDIR)$(datadir); \
rm --force $(langdata)
rm -f $(langdata)