Call arch_replace and cache_replace on fuse/unionfs-fuse vars
authoragaffney <agaffney@kagome.(none)>
Wed, 12 Nov 2008 22:53:16 +0000 (16:53 -0600)
committeragaffney <agaffney@kagome.(none)>
Wed, 12 Nov 2008 22:53:16 +0000 (16:53 -0600)
ChangeLog
gen_determineargs.sh

index 8a768d6984515ed17dd11fd7cb06f8ba55dd269e..03a8f95439095aa64ea9cec57eedfdc83aef303a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
 
index 93e49b4e913ece4f570bfbab7d849c4ee63720be..c47174bcd42ff8bcf0983cc534575d9060079663 100644 (file)
@@ -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