OpenRC: fix mtab service, procfs service is not valid.
This commit is contained in:
parent
96d347966e
commit
2bbfbc658f
|
@ -267,7 +267,7 @@ xbps changes:
|
|||
depend()
|
||||
{
|
||||
- need root
|
||||
+ need root procfs
|
||||
+ need root
|
||||
keyword -prefix
|
||||
}
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'OpenRC'
|
||||
pkgname=OpenRC
|
||||
version=20110211
|
||||
revision=10
|
||||
revision=11
|
||||
wrksrc=openrc-${version}
|
||||
distfiles="http://xbps.nopcode.org/distfiles/openrc-$version.tar.bz2"
|
||||
build_style=custom-install
|
||||
|
|
Loading…
Reference in New Issue