[OGo-GNUstep-Port] skyrix-sope installation paths

Filip Van Raemdonck gnustep-port@opengroupware.org
Fri, 25 Jul 2003 14:12:15 +0200


--ReaqsoxgOBHFXBhH
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

Small patch this time, needed for make install-ing into a different root - so
that building packages won't clutter anything pre-existing - by setting
GNUSTEP_INSTALLATION_DIR (in a similar way to DESTDIR for autotools built
software).


Regards,

Filip

-- 
"Sometimes it pays to stay in bed on Monday, rather than spending the rest of
 the week debugging Monday's code."
	-- Dan Salomon

--ReaqsoxgOBHFXBhH
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename=diff-skyrix-sope-install

diff -ru skyrix-sope-old/NGObjWeb/GNUmakefile skyrix-sope-new/NGObjWeb/GNUmakefile
--- skyrix-sope-old/NGObjWeb/GNUmakefile	2003-07-10 00:57:26.000000000 +0200
+++ skyrix-sope-new/NGObjWeb/GNUmakefile	2003-07-25 13:10:54.000000000 +0200
@@ -6,7 +6,7 @@
 GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_LOCAL_ROOT)
 
 LIBRARY_NAME  = libNGObjWeb
-RESOURCES_DIR = $(GNUSTEP_LOCAL_ROOT)/Libraries/Resources/NGObjWeb
+RESOURCES_DIR = $(GNUSTEP_RESOURCES)/NGObjWeb
 
 libNGObjWeb_CPPFLAGS += \
 	-pipe -DCOMPILING_NGOBJWEB=1 -DRESOURCES_DIR="$(RESOURCES_DIR)"
diff -ru skyrix-sope-old/NGObjWeb/GNUmakefile.postamble skyrix-sope-new/NGObjWeb/GNUmakefile.postamble
--- skyrix-sope-old/NGObjWeb/GNUmakefile.postamble	2003-07-10 00:57:26.000000000 +0200
+++ skyrix-sope-new/NGObjWeb/GNUmakefile.postamble	2003-07-25 13:10:54.000000000 +0200
@@ -15,8 +15,8 @@
 #	$(INSTALL_DATA) woapp.make wobundle.make $(GNUSTEP_MAKEFILES)
 
 after-install ::
-	$(MKDIRS) $(GNUSTEP_MAKEFILES)/Additional/
-	$(INSTALL_DATA) ngobjweb.make $(GNUSTEP_MAKEFILES)/Additional/ngobjweb.make
+	$(MKDIRS) $(GNUSTEP_INSTALLATION_DIR)/Library/Makefiles/Additional/
+	$(INSTALL_DATA) ngobjweb.make $(GNUSTEP_INSTALLATION_DIR)/Library/Makefiles/Additional/ngobjweb.make
 
 ifeq ($(GNUSTEP_MAKE_VERSION),1.3.3)
 after-install ::

--ReaqsoxgOBHFXBhH--