1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 18:31:49 +02:00

* 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

10
test/build/glib-build.sh Executable file
View file

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