mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-01 02:23:54 +00:00
5e12937f30
svn path=/nixpkgs/trunk/; revision=9010
13 lines
212 B
Bash
Executable File
13 lines
212 B
Bash
Executable File
source $stdenv/setup
|
|
|
|
tar -zxvf $src
|
|
cd e3cfsprogs*/
|
|
|
|
mkdir build;
|
|
cd build;
|
|
../configure --prefix=$out
|
|
make
|
|
#make check #almost all checks fail... maybe they have to be done on a ext3cow fs ???
|
|
make install
|
|
|