Răsfoiți Sursa

Fix remembering of the libdir option.

[SVN r52754]
Vladimir Prus 17 ani în urmă
părinte
comite
8e350b2668
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      bootstrap.sh

+ 1 - 1
bootstrap.sh

@@ -249,7 +249,7 @@ if test "x$EPREFIX" = x; then
 fi
 
 if test "x$LIBDIR" = x; then
-  LIBDIR="$EXPREFIX/lib"
+  LIBDIR="$EPREFIX/lib"
 fi
 
 if test "x$INCLUDEDIR" = x; then

粤ICP备19079148号