1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-12-13 20:41:04 +01:00
nix/test/build/pkgconfig-build.sh
2003-03-21 09:58:01 +00:00

10 lines
122 B
Bash
Executable file

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