mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-14 02:06:16 +02:00
11 lines
122 B
Bash
11 lines
122 B
Bash
|
#! /bin/sh
|
||
|
|
||
|
export PATH=/bin:/usr/bin
|
||
|
|
||
|
top=`pwd`
|
||
|
tar xvfz $src
|
||
|
cd pkgconfig-*
|
||
|
./configure --prefix=$top
|
||
|
make
|
||
|
make install
|