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