mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
NIX: Update the release.nix path in build.sh.
This commit is contained in:
parent
b86489843e
commit
ea5ec4ad51
@ -6,6 +6,6 @@ rm -rf lvm-snapshot
|
||||
mkdir lvm-snapshot
|
||||
git ls-tree -r HEAD --name-only | xargs cp --parents --target-directory=lvm-snapshot
|
||||
tar cvzf lvm-snapshot.tar.gz lvm-snapshot
|
||||
nix-build release.nix \
|
||||
nix-build nix/ \
|
||||
--arg lvm2Src "`pwd`/lvm-snapshot.tar.gz" \
|
||||
--arg lvm2Nix `pwd` -A "$@"
|
||||
|
Loading…
Reference in New Issue
Block a user