diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-03-21T14·10+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-03-21T14·10+0000 |
commit | e582ee67cd682c13667daccf33e8071189ef946c (patch) | |
tree | dda9e5e2843aef37a345157e4f4afcf1cf155d08 /test/build/gtk+-build.sh | |
parent | 88d257b17f0f668798568d68e2d2063f31fe8a2f (diff) |
* Fetch sources from the network.
Diffstat (limited to 'test/build/gtk+-build.sh')
-rwxr-xr-x | test/build/gtk+-build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/build/gtk+-build.sh b/test/build/gtk+-build.sh index 8c887fec4f02..d2b3d694a92c 100755 --- a/test/build/gtk+-build.sh +++ b/test/build/gtk+-build.sh @@ -2,7 +2,7 @@ export PATH=$pkgconfig/bin:/bin:/usr/bin export PKG_CONFIG_PATH=$glib/lib/pkgconfig:$atk/lib/pkgconfig:$pango/lib/pkgconfig -export LD_LIBRARY_PATH=$glib/lib +export LD_LIBRARY_PATH=$glib/lib:$atk/lib:$pango/lib top=`pwd` tar xvfj $src |