nixpkgs/pkgs/os-specific/linux/e2fsprogs/builder.sh
Eelco Dolstra e535bc8ad0 * Added e2fsprogs (for e2fsck).
svn path=/nixpkgs/trunk/; revision=788
2004-02-16 14:31:52 +00:00

11 lines
157 B
Bash
Executable file

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