Created
April 8, 2015 07:29
-
-
Save dunn/5f9d19deb2f8e49465f3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- a/include/Make/Install.make.orig | |
+++ a/include/Make/Install.make | |
@@ -114,11 +114,6 @@ | |
-$(INSTALL) config.status $(INST_DIR)/config.status | |
-$(CHMOD) -R a+rX $(INST_DIR) 2>/dev/null | |
-ifneq ($(findstring darwin,$(ARCH)),) | |
- @# enable OSX Help Viewer | |
- @/bin/ln -sfh "$(INST_DIR)/docs/html" /Library/Documentation/Help/GRASS-$(GRASS_VERSION_MAJOR).$(GRASS_VERSION_MINOR) | |
-endif | |
- | |
$(INST_DIR) $(UNIX_BIN): | |
$(MAKE_DIR_CMD) $@ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment