Skip to content

Commit

Permalink
fix compatibility of uninstall: MacOSX rm needs -f instead of --force
Browse files Browse the repository at this point in the history
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@1127 d0cd1f9f-072b-0410-8dd7-cf729c803f20
  • Loading branch information
zdenop committed Jul 24, 2014
1 parent 5b77945 commit 1ea3872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tessdata/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ install-langs:

uninstall-local:
cd $(DESTDIR)$(datadir); \
rm --force $(langdata)
rm -f $(langdata)

0 comments on commit 1ea3872

Please sign in to comment.