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
|
|
|