View | Details | Raw Unified | Return to bug 140390
Collapse All | Expand All

(-)install (-2 / +2 lines)
Lines 119-125 Link Here
119
    while /bin/[ $binInstallCL -le $binInstallNOL ]; do
119
    while /bin/[ $binInstallCL -le $binInstallNOL ]; do
120
	binInstallLine=`getline $binInstallTMPfile $binInstallCL`
120
	binInstallLine=`getline $binInstallTMPfile $binInstallCL`
121
    
121
    
122
	/bin/cat "./bin/$binInstallLine" | /usr/bin/sed "s/%%PREFIX%%/"`echo $1 | sed 's/\\//\\\\\//g''`"/g" > "$1/bin/$binInstallLine"
122
	/bin/cat "./bin/$binInstallLine" | /usr/bin/sed "s/%%PREFIX%%/"`echo $1 | sed 's/\\//\\\\\//g'`"/g" > "$1/bin/$binInstallLine"
123
123
124
	/bin/chmod 755 "$1/bin/$binInstallLine"
124
	/bin/chmod 755 "$1/bin/$binInstallLine"
125
    
125
    
Lines 150-156 Link Here
150
		chmod 755 "$1/$includeInstallLine"
150
		chmod 755 "$1/$includeInstallLine"
151
	    fi
151
	    fi
152
	else
152
	else
153
	    cat "$includeInstallLine" | /usr/bin/sed "s/%%PREFIX%%/"`echo $1 | sed 's/\\//\\\\\//g''`"/g" > "$1/$includeInstallLine"
153
	    cat "$includeInstallLine" | /usr/bin/sed "s/%%PREFIX%%/"`echo $1 | sed 's/\\//\\\\\//g'`"/g" > "$1/$includeInstallLine"
154
	    /bin/chmod 644 "$1/$includeInstallLine"
154
	    /bin/chmod 644 "$1/$includeInstallLine"
155
	fi
155
	fi

Return to bug 140390