Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 60940 | Differences between
and this patch

Collapse All | Expand All

(-)Make/instexamplesrc (-1 / +1 lines)
Lines 32-38 Link Here
32
            cd $TOPDIR/examples/$d
32
            cd $TOPDIR/examples/$d
33
            [ -d $INST_EXAMPLE_SRC/$d ] || mkdir -m 0755 -p $INST_EXAMPLE_SRC/$d
33
            [ -d $INST_EXAMPLE_SRC/$d ] || mkdir -m 0755 -p $INST_EXAMPLE_SRC/$d
34
            echo "         installing $d"
34
            echo "         installing $d"
35
            for f in `$MAKE __instfiles | grep -v $MAKE`
35
            for f in `$MAKE __instfiles | grep -v ^$MAKE`
36
           do
36
           do
37
                src=`echo $f | cut -f1 -d"="`
37
                src=`echo $f | cut -f1 -d"="`
38
                dst=`echo $f | cut -f2 -d"="`
38
                dst=`echo $f | cut -f2 -d"="`

Return to bug 60940