system/openrc: Removed branding.
This commit is contained in:
parent
ea342539b2
commit
5d0e38c039
|
@ -1,5 +1,5 @@
|
|||
Before installing OpenRC, the /etc/init.d folder would need to be moved out, ie:
|
||||
# mv /etc/init.d /etc/init.d.bak
|
||||
# mv /etc/init.d /etc/init.d-bak
|
||||
|
||||
After installing, /etc/inittab would need to be replaced. The old one can be backed up:
|
||||
# cp /etc/inittab /etc/inittab.sysvinit
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
PRGNAM=openrc
|
||||
VERSION=${VERSION:-0.35.5}
|
||||
BUILD=${BUILD:-2}
|
||||
BUILD=${BUILD:-3}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
@ -80,7 +80,7 @@ MAKEARGS+=(MANDIR=/usr/man)
|
|||
MAKEARGS+=(DOCDIR=/usr/doc/$PRGNAM-$VERSION)
|
||||
MAKEARGS+=(MKTERMCAP=ncurses)
|
||||
MAKEARGS+=(MKBASHCOMP=yes)
|
||||
MAKEARGS+=(BRANDING="$(uname -rs) on $(cat /etc/slackware-version)")
|
||||
#MAKEARGS+=(BRANDING="$(cat /etc/slackware-version)")
|
||||
|
||||
make "${MAKEARGS[@]}"
|
||||
|
||||
|
|
Loading…
Reference in New Issue