1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-12-09 02:21:02 +01: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/pkgconfig-build.sh Executable file
View file

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