rc3
This commit is contained in:
parent
4a8feebc1b
commit
dc5e26e056
@ -1,6 +1,8 @@
|
|||||||
# ChangeLog for Gentoo System Intialization ("rc") scripts
|
# ChangeLog for Gentoo System Intialization ("rc") scripts
|
||||||
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPLv2
|
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPLv2
|
||||||
|
|
||||||
|
* baselayout-2.0.0_rc3 (20 Aug 2007)
|
||||||
|
|
||||||
20 Aug 2007; Roy Marples <uberlord@gentoo.org>:
|
20 Aug 2007; Roy Marples <uberlord@gentoo.org>:
|
||||||
|
|
||||||
As discussed on the -dev ml, RC_DEPEND_STRICT now defaults to yes.
|
As discussed on the -dev ml, RC_DEPEND_STRICT now defaults to yes.
|
||||||
|
3
Makefile
3
Makefile
@ -10,11 +10,10 @@
|
|||||||
SUBDIRS = conf.d etc init.d man net sh share src
|
SUBDIRS = conf.d etc init.d man net sh share src
|
||||||
|
|
||||||
NAME = baselayout
|
NAME = baselayout
|
||||||
VERSION = 2.0.0_rc2
|
VERSION = 2.0.0_rc3
|
||||||
|
|
||||||
PKG = $(NAME)-$(VERSION)
|
PKG = $(NAME)-$(VERSION)
|
||||||
|
|
||||||
ARCH = x86
|
|
||||||
ifeq ($(OS),)
|
ifeq ($(OS),)
|
||||||
OS=$(shell uname -s)
|
OS=$(shell uname -s)
|
||||||
ifneq ($(OS),Linux)
|
ifneq ($(OS),Linux)
|
||||||
|
Loading…
Reference in New Issue
Block a user