strip trailing whitespace

svn path=/nixpkgs/trunk/; revision=29695
This commit is contained in:
Peter Simons
2011-10-06 13:15:09 +00:00
parent d95e485a86
commit ddd571e253
2 changed files with 7 additions and 7 deletions

View File

@@ -1,10 +1,10 @@
a :
let
a :
let
fetchurl = a.fetchurl;
version = a.lib.attrByPath ["version"] "0.19" a;
version = a.lib.attrByPath ["version"] "0.19" a;
buildInputs = with a; [
zlib libuuid acl
zlib libuuid acl
];
in
@@ -22,9 +22,9 @@ rec {
patches = [ ./glibc212.patch ];
phaseNames = ["doPatch" "doEnsureBtrfsImage" "doMakeInstall"];
doEnsureBtrfsImage = a.fullDepEntry (''
if ! grep 'progs = ' Makefile | grep btrfs-image; then
if ! grep 'progs = ' Makefile | grep btrfs-image; then
sed -e 's/progs = .*/& btrfs-image/' -i Makefile
fi
'') ["minInit" "doUnpack"];