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