summary refs log tree commit diff
path: root/pkgs/os-specific/linux/e2fsprogs/builder.sh
blob: 07a6d756dd09e164c6e58d7bc4d72d145b89e1c3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
source $stdenv/setup

installPhase() {
   make install
   cd lib/uuid; make install
}

installPhase=installPhase

genericBuild