OpenRC: use /lib/rc rather than /libexecdir/rc, define BRANDING.

Bumprev.

--HG--
extra : convert_revision : cbb6497f6f4627fdee20c19a09fb01ecafcee4be
This commit is contained in:
Juan RP 2010-02-27 07:15:18 +01:00
parent 8daa4155ba
commit 12d4294bc6
3 changed files with 23 additions and 1 deletions

View file

@ -0,0 +1,11 @@
--- src/rc/Makefile.orig 2010-02-27 07:08:19.436866107 +0100
+++ src/rc/Makefile 2010-02-27 07:08:36.174882315 +0100
@@ -34,6 +34,8 @@ CPPFLAGS+= -I../includes -I../librc -I..
LDFLAGS+= -L../librc -L../libeinfo
LDADD+= -lutil -lrc -leinfo
+BRANDING= XBPS Linux
+
include ../../Makefile.inc
MK= ../../mk
include ${MK}/debug.mk

View file

@ -0,0 +1,11 @@
--- mk/sys.mk.orig 2010-02-27 06:43:02.813461209 +0100
+++ mk/sys.mk 2010-02-27 06:43:39.839467068 +0100
@@ -35,7 +35,7 @@ LIBDIR?= ${UPREFIX}/${LIBNAME}
LIBMODE?= 0444
SHLIBDIR?= ${PREFIX}/${LIBNAME}
-LIBEXECDIR?= ${PREFIX}/libexec/rc
+LIBEXECDIR?= ${PREFIX}/lib/rc
MANPREFIX?= ${UPREFIX}/share
MANDIR?= ${MANPREFIX}/man

View file

@ -1,7 +1,7 @@
# Template file for 'OpenRC'
pkgname=OpenRC
version=0.6.0
revision=1
revision=2
wrksrc=openrc-${version}
distfiles="http://roy.marples.name/downloads/openrc/openrc-$version.tar.bz2"
build_style=gnu_makefile