mirror of
https://github.com/NixOS/nix.git
synced 2024-11-26 08:42:30 +00:00
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
|