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

Collapse All | Expand All

(-)spkg/base/prereq-0.3-install.orig (-4 / +6 lines)
Lines 72-78 Link Here
72
fi
72
fi
73
73
74
#####################################################################################
74
#####################################################################################
75
# A slightly more sophisticated test for relevant commands, and 
75
# A slightly more sophisticated test for relevant commands, and
76
# that they that actually work correctly.
76
# that they that actually work correctly.
77
#####################################################################################
77
#####################################################################################
78
78
Lines 90-97 Link Here
90
# Check if the word missing appears anywhere in the makefile:
90
# Check if the word missing appears anywhere in the makefile:
91
grep "missing" Makefile
91
grep "missing" Makefile
92
92
93
# Yes, the word missing appeared. 
93
# Yes, the word missing appeared.
94
if [ $? -eq 0 ];  then 
94
if [ $? -eq 0 ];  then
95
    echo ""
95
    echo ""
96
    echo "*********************************************************"
96
    echo "*********************************************************"
97
    echo ""
97
    echo ""
Lines 107-113 Link Here
107
107
108
echo `pwd` |grep " "
108
echo `pwd` |grep " "
109
109
110
if [ $? -eq 0 ];  then 
110
if [ $? -eq 0 ];  then
111
    echo ""
111
    echo ""
112
    echo "*********************************************************"
112
    echo "*********************************************************"
113
    echo ""
113
    echo ""
Lines 120-125 Link Here
120
    exit 1
120
    exit 1
121
else
121
else
122
    echo " All prerequisites appear to be present."
122
    echo " All prerequisites appear to be present."
123
    cp $ROOT/base/which_fortran $LOCAL/bin/which_fortran
124
    cp $ROOT/base/sage_fortran $LOCAL/bin/sage_fortran
123
    touch $ROOT/installed/$TARGET
125
    touch $ROOT/installed/$TARGET
124
fi
126
fi
125
127

Return to bug 201321