forked from lix-project/lix
Simplify source tarball postUnpack cleanupx
This commit is contained in:
parent
133a421bb4
commit
164487a5ba
|
@ -36,7 +36,7 @@ let
|
||||||
|
|
||||||
postUnpack = ''
|
postUnpack = ''
|
||||||
# Clean up when building from a working tree.
|
# Clean up when building from a working tree.
|
||||||
(cd $sourceRoot && (git ls-files -o | xargs -r rm -v))
|
git -C $sourceRoot clean -fd
|
||||||
'';
|
'';
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
|
|
Loading…
Reference in a new issue