* Renamed dist -> build.

This commit is contained in:
Eelco Dolstra 2003-03-21 09:58:01 +00:00
parent 4c43711810
commit 88d257b17f
16 changed files with 8 additions and 8 deletions

12
test/build/pango-build.sh Executable file
View file

@ -0,0 +1,12 @@
#! /bin/sh
export PATH=$pkgconfig/bin:/bin:/usr/bin
export PKG_CONFIG_PATH=$glib/lib/pkgconfig
export LD_LIBRARY_PATH=$glib/lib
top=`pwd`
tar xvfj $src
cd pango-*
./configure --prefix=$top
make
make install