mirror of
https://github.com/NixOS/nix
synced 2025-07-07 18:31:49 +02:00
* Renamed dist -> build.
This commit is contained in:
parent
4c43711810
commit
88d257b17f
16 changed files with 8 additions and 8 deletions
10
test/build/glib-build.sh
Executable file
10
test/build/glib-build.sh
Executable file
|
@ -0,0 +1,10 @@
|
|||
#! /bin/sh
|
||||
|
||||
export PATH=$pkgconfig/bin:/bin:/usr/bin
|
||||
|
||||
top=`pwd`
|
||||
tar xvfj $src
|
||||
cd glib-*
|
||||
./configure --prefix=$top
|
||||
make
|
||||
make install
|
Loading…
Add table
Add a link
Reference in a new issue