fix php-src for running test
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1233 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
This commit is contained in:
parent
4d16d53af2
commit
c2bfc7d4ff
|
@ -218,7 +218,7 @@ run() {
|
|||
find -L . -type l -print0 | xargs -0 rm -fv
|
||||
lndir "$xcachesrcdir" >/dev/null || true
|
||||
find . -iname .\*.swp -print0 | xargs -0 rm -f
|
||||
ln -snf ~/src/php/$phpbasename php-src
|
||||
ln -snf ~/src/php/${phpbasename%%-*} php-src
|
||||
for i in ~/src/php/$phpbasename/sapi/cgi/php{,-cgi}; do
|
||||
if [[ -r $i ]]; then
|
||||
ln -snf "$i" php-cgi
|
||||
|
|
Loading…
Reference in New Issue