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