OpenRC: use /lib/rc rather than /libexecdir/rc, define BRANDING.
Bumprev. --HG-- extra : convert_revision : cbb6497f6f4627fdee20c19a09fb01ecafcee4be
This commit is contained in:
parent
8daa4155ba
commit
12d4294bc6
3 changed files with 23 additions and 1 deletions
11
srcpkgs/OpenRC/patches/define_xbps_branding.diff
Normal file
11
srcpkgs/OpenRC/patches/define_xbps_branding.diff
Normal 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
|
11
srcpkgs/OpenRC/patches/sys.mk_modify_libexecdir.patch
Normal file
11
srcpkgs/OpenRC/patches/sys.mk_modify_libexecdir.patch
Normal 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
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'OpenRC'
|
# Template file for 'OpenRC'
|
||||||
pkgname=OpenRC
|
pkgname=OpenRC
|
||||||
version=0.6.0
|
version=0.6.0
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc=openrc-${version}
|
wrksrc=openrc-${version}
|
||||||
distfiles="http://roy.marples.name/downloads/openrc/openrc-$version.tar.bz2"
|
distfiles="http://roy.marples.name/downloads/openrc/openrc-$version.tar.bz2"
|
||||||
build_style=gnu_makefile
|
build_style=gnu_makefile
|
||||||
|
|
Loading…
Reference in a new issue