btrfs-progs: small fix for Makefile
line was split so we cannot append anymore because that appends after \ svn path=/nixpkgs/trunk/; revision=31656
This commit is contained in:
parent
8985708131
commit
7b1be8e27d
@ -33,7 +33,7 @@ rec {
|
|||||||
|
|
||||||
doEnsureBtrfsImage = a.fullDepEntry (''
|
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
|
sed -e 's/progs = \(.*\)\\/progs = \1btrfs-image \\/' -i Makefile
|
||||||
fi
|
fi
|
||||||
'') ["minInit" "doUnpack"];
|
'') ["minInit" "doUnpack"];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user