nixpkgs/pkgs/os-specific/linux/e2fsprogs/builder.sh

11 lines
157 B
Bash
Raw Normal View History

#! /bin/sh -e
buildinputs="$gettext"
. $stdenv/setup
tar xvfz $src
cd e2fsprogs-*
./configure --prefix=$out --enable-dynamic-e2fsck
make
make install