mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
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 (''
|
||||
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
|
||||
'') ["minInit" "doUnpack"];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user