mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 22:50:49 +00:00
a82bb22186
svn path=/nix/trunk/test/; revision=10
11 lines
122 B
Bash
Executable file
11 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
|