Explorar el Código

Fix test for symlink

Samuel Thibault hace 12 años
padre
commit
3f1ec27341
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      super-configure

+ 1 - 1
super-configure

@@ -69,7 +69,7 @@ do
 
 done
 
-if [ ! -f "${prefix}/mic/lib/pkgconfig/starpu-1.2-mic.pc" ]
+if [ ! -e "${prefix}/mic/lib/pkgconfig/starpu-1.2-mic.pc" ]
 then
 	ln -s "${prefix}/mic/lib/pkgconfig/starpu-1.2.pc" "${prefix}/mic/lib/pkgconfig/starpu-1.2-mic.pc"
 fi