$OpenBSD: patch-Master_rules_make,v 1.2 2015/05/28 18:33:46 sebastia Exp $
--- Master/rules.make.orig	Sun Dec 21 08:16:04 2014
+++ Master/rules.make	Mon May 18 08:59:01 2015
@@ -127,19 +127,7 @@ internal-jar::
 after-jar::
 
 
-ifneq ($(GNUSTEP_INSTALLATION_DIR),)
 internal-check-install-permissions:
-	@if [ -d "$(GNUSTEP_INSTALLATION_DIR)" \
-	      -a ! -w "$(GNUSTEP_INSTALLATION_DIR)" ]; then \
-	  echo "*ERROR*: the software is configured to install itself into $(GNUSTEP_INSTALLATION_DIR)"; \
-	  echo "but you do not have permissions to write in that directory:";\
-	  echo "Aborting installation."; \
-	  echo ""; \
-	  exit 1; \
-	fi
-else
-internal-check-install-permissions:
-endif
 
 # By adding an ADDITIONAL_INSTALL_DIRS variable you can request
 # additional installation directories to be created before the first
