Quellcode durchsuchen

fix setting environment variable

Samuel Thibault vor 16 Jahren
Ursprung
Commit
d0933b9d45
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      doc/starpu.texi

+ 2 - 2
doc/starpu.texi

@@ -190,11 +190,11 @@ requires to use specific flags or libraries (for instance @code{CUDA} or
 If StarPU was not installed at some standard location, the path of StarPU's
 If StarPU was not installed at some standard location, the path of StarPU's
 library must be specified in the @code{PKG_CONFIG_PATH} environment variable so
 library must be specified in the @code{PKG_CONFIG_PATH} environment variable so
 that @code{pkg-config} can find it. So if StarPU was installed in
 that @code{pkg-config} can find it. So if StarPU was installed in
-@code{$(prefix_dir)}:
+@code{$prefix_dir}:
 
 
 @example
 @example
 @c TODO: heu, c'est vraiment du shell ça ? :)
 @c TODO: heu, c'est vraiment du shell ça ? :)
-$ PKG_CONFIG_PATH = @{PKG_CONFIG_PATH@}:$(prefix_dir)/lib/
+$ PKG_CONFIG_PATH = $PKG_CONFIG_PATH:$prefix_dir/lib/pkgconfig
 @end example
 @end example
 
 
 The flags required to compiled or linked against StarPU are then
 The flags required to compiled or linked against StarPU are then