mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-27 12:49:35 +08:00
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:
parent
5b779456f9
commit
1ea387232b
@ -67,4 +67,4 @@ install-langs:
|
||||
|
||||
uninstall-local:
|
||||
cd $(DESTDIR)$(datadir); \
|
||||
rm --force $(langdata)
|
||||
rm -f $(langdata)
|
||||
|
Loading…
Reference in New Issue
Block a user