nowsecure / fsmon

monitor filesystem on iOS / OS X / Android / FirefoxOS / Linux
https://www.nowsecure.com
MIT License
885 stars 151 forks source link

'make install' fails on OS X #5

Closed dfct closed 8 years ago

dfct commented 8 years ago

Commit 6e64950486b81a351b39d01d861be74e0a35380 changed OS X compilation to no longer generate a binary named fsmon-fat, rather just fsmon. The make install command is still looking for fsmon-fat though and will error:

make_make_install

Updating Makefile to remove -fat from the install command resolves this:

make_install_edit

Thank you for an absolutely fantastic tool! Absolutely love fsmon :+1:

trufae commented 8 years ago

Thanks for reporting! I renamed that file in the last moment and forgot to check the install target.

Glad to hear that it's useful for you too! :)