proot: Don't hard-code git-export

This commit is contained in:
Shea Levy 2015-01-01 09:56:57 -05:00
parent a8603605aa
commit 664d0fbbba

View File

@ -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;