File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
graf2d/asimage/src/libAfterImage Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2854,10 +2854,10 @@ test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2854
2854
test -z " $INSTALL_DATA " && INSTALL_DATA=' ${INSTALL} -m 644'
2855
2855
2856
2856
currdir=` pwd`
2857
- INSTALL=` echo $INSTALL | sed -e " s@ \^\.\.@ ${currdir} @ " -e " s@ ^autoconf@ ${currdir} /autoconf@ " `
2858
- INSTALL_PROGRAM=` echo $INSTALL_PROGRAM | sed -e " s@ \^\.\.@ ${currdir} @ " -e " s@ ^autoconf@ ${currdir} /autoconf@ " `
2859
- INSTALL_DATA=` echo $INSTALL_DATA | sed -e " s@ \^\.\.@ ${currdir} @ " -e " s@ ^autoconf@ ${currdir} /autoconf@ " `
2860
- INSTALL_LIB=` echo $INSTALL_LIB | sed -e " s@ \^\.\.@ ${currdir} @ " -e " s@ ^autoconf@ ${currdir} /autoconf@ " `
2857
+ INSTALL=` echo $INSTALL | sed -e " s| \^\.\.| ${currdir} | " -e " s| ^autoconf| ${currdir} /autoconf| " `
2858
+ INSTALL_PROGRAM=` echo $INSTALL_PROGRAM | sed -e " s| \^\.\.| ${currdir} | " -e " s| ^autoconf| ${currdir} /autoconf| " `
2859
+ INSTALL_DATA=` echo $INSTALL_DATA | sed -e " s| \^\.\.| ${currdir} | " -e " s| ^autoconf| ${currdir} /autoconf| " `
2860
+ INSTALL_LIB=` echo $INSTALL_LIB | sed -e " s| \^\.\.| ${currdir} | " -e " s| ^autoconf| ${currdir} /autoconf| " `
2861
2861
2862
2862
if test -n " $ac_tool_prefix " ; then
2863
2863
# Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
You can’t perform that action at this time.
0 commit comments