Skip to content

Instantly share code, notes, and snippets.

@dunn
Created April 8, 2015 07:29
Show Gist options
  • Save dunn/5f9d19deb2f8e49465f3 to your computer and use it in GitHub Desktop.
Save dunn/5f9d19deb2f8e49465f3 to your computer and use it in GitHub Desktop.
--- 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