From f4646acaf5a75ac1c5a0e110cd0bc62c52cc5533 Mon Sep 17 00:00:00 2001 From: Hong Hao Date: Thu, 17 Sep 2009 01:32:23 +0800 Subject: [PATCH] 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. --- packages/sys-fs/xfsprogs/xfsprogs-3.0.1.exheres-0 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/sys-fs/xfsprogs/xfsprogs-3.0.1.exheres-0 b/packages/sys-fs/xfsprogs/xfsprogs-3.0.1.exheres-0 index fa40878..ece30b9 100644 --- a/packages/sys-fs/xfsprogs/xfsprogs-3.0.1.exheres-0 +++ b/packages/sys-fs/xfsprogs/xfsprogs-3.0.1.exheres-0 @@ -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() {