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.
for/master
Hong Hao 2009-09-17 01:32:23 +08:00 committed by Daniel Mierswa
parent 97a12272eb
commit f4646acaf5
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ DOWNLOADS="ftp://oss.sgi.com/projects/xfs/cmd_tars/$PNV.tar.gz"
LICENCES="GPL LGPL-2.1"
SLOT="0"
PLATFORMS="~amd64"
PLATFORMS="~amd64 ~x86"
MYOPTIONS=""
DEPENDENCIES="
@ -16,7 +16,7 @@ DEPENDENCIES="
sys-fs/e2fsprogs
"
DEFAULT_SRC_CONFIGURE_PARAMS+=( OPTIMIZER=' ' DEBUG=' ' )
DEFAULT_SRC_CONFIGURE_PARAMS+=( OPTIMIZER=' ' DEBUG=' ' --sbindir=/sbin )
DEFAULT_SRC_INSTALL_PARAMS+=( DIST_ROOT="$IMAGE" )
src_prepare() {