summary refs log blame commit diff
path: root/pkgs/os-specific/linux/e3cfsprogs/builder.sh
blob: c3352ec84ae30bc4ec622e0154158913c3aae202 (plain) (tree)
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

#we must rename according to the manual of e3cfprogs
cp misc/mke2fs $out/sbin/mkfs.ext3cow