mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-24 12:01:16 +00:00
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:
parent
ac73ea871d
commit
42735b21f4
2 changed files with 4 additions and 1 deletions
|
@ -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
|
||||||
|
|
2
Version
2
Version
|
@ -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}
|
||||||
|
|
Loading…
Reference in a new issue