summary refs log tree commit diff
path: root/pkgs/os-specific/linux/e2fsprogs/builder.sh
AgeCommit message (Collapse)AuthorFilesLines
2006-11-24* Use symlinks instead of hard links in e2fsprogs.Eelco Dolstra1-17/+0
* Merge e2fsprogs and e2fsprogs-diet. svn path=/nixpkgs/trunk/; revision=7116
2006-08-27fix some compilation/installation issues with e2fsprogs.Armijn Hemel1-1/+8
svn path=/nixpkgs/trunk/; revision=6275
2005-12-05* "." -> "source".Eelco Dolstra1-1/+1
svn path=/nixpkgs/trunk/; revision=4335
2005-08-28This is what happens when you do a normal "cp -a" instead of a "svn cp". ↵Armijn Hemel1-2/+0
Argh. Can somebody please bring out the LART? svn path=/nixpkgs/trunk/; revision=3733
2005-08-28e2fsprogs-dietArmijn Hemel1-0/+2
svn path=/nixpkgs/trunk/; revision=3732
2005-07-31add a builder for e2fsprogs, so that an essential header file also gets ↵Armijn Hemel1-0/+10
installed svn path=/nixpkgs/trunk/; revision=3489
2005-03-10* E2fsprogs updated to 1.36.Eelco Dolstra1-8/+0
svn path=/nixpkgs/trunk/; revision=2372
2004-03-29* Remove trivial builders.Eelco Dolstra1-2/+0
* Make builders unexecutable by removing the hash-bang line and execute permission. * Convert calls to `derivation' to `mkDerivation'. * Remove `system' and `stdenv' attributes from calls to `mkDerivation'. These transformations were all done automatically, so it is quite possible I broke stuff. * Put the `mkDerivation' function in stdenv/generic. svn path=/nixpkgs/trunk/; revision=874
2004-02-16* Added e2fsprogs (for e2fsck).Eelco Dolstra1-0/+10
svn path=/nixpkgs/trunk/; revision=788