Install in system root

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@9685 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 2001-04-25 03:12:39 +00:00
parent ac73ea871d
commit 42735b21f4
2 changed files with 4 additions and 1 deletions

View file

@ -22,6 +22,9 @@
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA
# #
# Install into the system root by default
GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)
include $(GNUSTEP_MAKEFILES)/common.make include $(GNUSTEP_MAKEFILES)/common.make
PACKAGE_NAME=Gorm PACKAGE_NAME=Gorm

View file

@ -10,5 +10,5 @@ GNUSTEP_CORE_VERSION=0.6.5
# The version number of this release. # The version number of this release.
MAJOR_VERSION=0 MAJOR_VERSION=0
MINOR_VERSION=0 MINOR_VERSION=0
SUBMINOR_VERSION=1 SUBMINOR_VERSION=2
VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${SUBMINOR_VERSION} VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${SUBMINOR_VERSION}