From d93c8551e6bbee2de3e6943ed585555f9350d461 Mon Sep 17 00:00:00 2001 From: Nicola Pero Date: Wed, 14 Feb 2007 12:50:32 +0000 Subject: [PATCH] Fixed definition of where to install ProjectCenter bundles git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@24560 72102866-910b-0410-8b05-ffd578937521 --- Documentation/ChangeLog | 5 +++++ Modules/GNUmakefile.bundles | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Documentation/ChangeLog b/Documentation/ChangeLog index b9de8ed..23b1b75 100644 --- a/Documentation/ChangeLog +++ b/Documentation/ChangeLog @@ -1,3 +1,8 @@ +2007-02-14 Nicola Pero + + * GNUmakefile.bundles (BUNDLE_INSTALL_DIR): Fixed definition basing + it on GNUSTEP_APPS. + 2007-02-14 Nicola Pero * Modules/Projects/Application/PCAppProject.m: Do not set diff --git a/Modules/GNUmakefile.bundles b/Modules/GNUmakefile.bundles index d162f9e..9ef64ad 100644 --- a/Modules/GNUmakefile.bundles +++ b/Modules/GNUmakefile.bundles @@ -7,7 +7,7 @@ ADDITIONAL_CPPFLAGS += ADDITIONAL_INCLUDE_DIRS += -I../../../ -I../../../Headers ADDITIONAL_LIB_DIRS += -L../../../Framework/ProjectCenter.framework/Versions/Current -BUNDLE_INSTALL_DIR = $(GNUSTEP_SYSTEM_ROOT)/Applications/ProjectCenter.app/Resources +BUNDLE_INSTALL_DIR = $(GNUSTEP_APPS)/ProjectCenter.app/Resources # $(BUNDLE_NAME)_STANDARD_INSTALL = no DO_LIB_LINK=no