The default installation path prefix for bundles is now set to

$GNUSTEP_INSTALLATION_DIR


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@13749 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Philippe C.D. Robert 2002-06-01 13:07:27 +00:00
parent e56b2c6901
commit 8f06001865
2 changed files with 3 additions and 2 deletions

View file

@ -18,7 +18,7 @@
LIBRARIES = ("gnustep-base");
MAININTERFACE = "";
MAKEFILEDIR = "$(GNUSTEP_SYSTEM_ROOT)/Makefiles";
INSTALLDIR = "$(GNUSTEP_LOCAL_ROOT)/Library/Bundles";
INSTALLDIR = "$(GNUSTEP_INSTALLATION_DIR)/Library/Bundles";
OTHER_FILES = ();
OTHER_RESOURCES = ();
OTHER_SOURCES = ();

View file

@ -30,7 +30,8 @@
#import <ProjectCenter/ProjectCenter.h>
#define BUNDLE_INSTALL @"$(GNUSTEP_LOCAL_ROOT)/Library/Bundles/"
//#define BUNDLE_INSTALL @"$(GNUSTEP_LOCAL_ROOT)/Library/Bundles/"
#define BUNDLE_INSTALL @"$(GNUSTEP_INSTALLATION_DIR)/Library/Bundles/"
@interface PCBundleProject (CreateUI)