Call arch_replace and cache_replace on fuse/unionfs-fuse vars

cleanup-cruft
agaffney 16 years ago
parent 8cd74b62f2
commit 5ae8f8faea

@ -2,6 +2,9 @@
# 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

@ -114,6 +114,8 @@ determine_real_args() {
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}"`
@ -122,6 +124,8 @@ determine_real_args() {
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

Loading…
Cancel
Save