proot: Don't hard-code git-export
This commit is contained in:
parent
a8603605aa
commit
664d0fbbba
|
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
|||
substituteInPlace GNUmakefile --replace "/usr/local" "$out"
|
||||
'';
|
||||
|
||||
sourceRoot = "git-export/src";
|
||||
sourceRoot = "proot/src";
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://proot.me;
|
||||
|
|
Loading…
Reference in New Issue