gnustep-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Placement of bundles


From: Nicola Pero
Subject: RE: Placement of bundles
Date: Fri, 9 Mar 2007 18:55:58 +0100 (CET)

> Previously, I used to put this in the GNUmakefile (like GNUMail does,
> except that it puts them directly in Library):
> 
> BUNDLE_INSTALL_DIR=$(GNUSTEP_INSTALLATION_DIR)/Library/Bundles/Paje
>

You can use

BUNDLE_INSTALL_DIR = $(GNUSTEP_BUNDLES)/Paje

to get exactly the same result (nice thing, will work with both gnustep-make v1 
and v2). :-)


> I read make's documentation, and there it is said that the Bundle directory is
> deprecated in favor of ApplicationSupport. Should I use something
> like this:
> 
> BUNDLE_INSTALL_DIR=$(GNUSTEP_APPLICATION_SUPPORT)/Paje

Looks very good too.

Thanks

PS: I do need to write an 'upgrade' document explaining to everyone how to 
upgrade
your GNUmakefiles.  I'll do that and post it once done. :-)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]