about summary refs log tree commit diff
path: root/pkgs/os-specific/linux/e3cfsprogs/builder.sh
blob: 6d9c0d6ddaa85897bb69d74d46813672f4a499e8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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