Add ~x86, install fsck.xfs to /sbin
Move fsck.xfs to /sbin, since we could have a separate /usr partition which might not be mounted at the stage checkfs service is running.
This commit is contained in:
parent
97a12272eb
commit
f4646acaf5
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ DOWNLOADS="ftp://oss.sgi.com/projects/xfs/cmd_tars/$PNV.tar.gz"
|
||||||
|
|
||||||
LICENCES="GPL LGPL-2.1"
|
LICENCES="GPL LGPL-2.1"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
PLATFORMS="~amd64"
|
PLATFORMS="~amd64 ~x86"
|
||||||
MYOPTIONS=""
|
MYOPTIONS=""
|
||||||
|
|
||||||
DEPENDENCIES="
|
DEPENDENCIES="
|
||||||
|
@ -16,7 +16,7 @@ DEPENDENCIES="
|
||||||
sys-fs/e2fsprogs
|
sys-fs/e2fsprogs
|
||||||
"
|
"
|
||||||
|
|
||||||
DEFAULT_SRC_CONFIGURE_PARAMS+=( OPTIMIZER=' ' DEBUG=' ' )
|
DEFAULT_SRC_CONFIGURE_PARAMS+=( OPTIMIZER=' ' DEBUG=' ' --sbindir=/sbin )
|
||||||
DEFAULT_SRC_INSTALL_PARAMS+=( DIST_ROOT="$IMAGE" )
|
DEFAULT_SRC_INSTALL_PARAMS+=( DIST_ROOT="$IMAGE" )
|
||||||
|
|
||||||
src_prepare() {
|
src_prepare() {
|
||||||
|
|
Loading…
Reference in a new issue