# Copyright 1999-2008 Gentoo Foundation; 2008 Chris Gianelloni, Andrew Gaffney
# Distributed under the GPL v2
+ 12 Nov 2008; Andrew Gaffney <agaffney@gentoo.org> gen_determineargs.sh:
+ Call arch_replace and cache_replace on fuse/unionfs-fuse vars
+
12 Nov 2008; Andrew Gaffney <agaffney@gentoo.org> genkernel.conf:
Add fuse/unionfs-fuse blocks to genkernel.conf
LVM_BINCACHE=`cache_replace "${LVM_BINCACHE}"`
DMRAID_BINCACHE=`cache_replace "${DMRAID_BINCACHE}"`
BLKID_BINCACHE=`cache_replace "${BLKID_BINCACHE}"`
+ FUSE_BINCACHE=`cache_replace "${FUSE_BINCACHE}"`
+ UNIONFS_FUSE_BINCACHE=`cache_replace "${UNIONFS_FUSE_BINCACHE}"`
DEFAULT_KERNEL_CONFIG=`arch_replace "${DEFAULT_KERNEL_CONFIG}"`
BUSYBOX_CONFIG=`arch_replace "${BUSYBOX_CONFIG}"`
LVM_BINCACHE=`arch_replace "${LVM_BINCACHE}"`
DMRAID_BINCACHE=`arch_replace "${DMRAID_BINCACHE}"`
BLKID_BINCACHE=`arch_replace "${BLKID_BINCACHE}"`
+ FUSE_BINCACHE=`arch_replace "${FUSE_BINCACHE}"`
+ UNIONFS_FUSE_BINCACHE=`arch_replace "${UNIONFS_FUSE_BINCACHE}"`
if [ "${NO_KERNEL_SOURCES}" != "1" ]
then