1
0
Fork 0

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:
Xuefer 2013-03-25 06:11:01 +00:00
parent 4d16d53af2
commit c2bfc7d4ff
1 changed files with 1 additions and 1 deletions

View File

@ -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