3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #726 from lovek323/autojump

autojump: fix build on darwin
This commit is contained in:
Domen Kožar 2013-07-07 03:29:33 -07:00
commit 8057b5957f

View file

@ -16,6 +16,9 @@ in
dontBuild = true;
installPhase = ''
# don't check shell support (we're running with bash anyway)
sed -i -e 150,153d install.sh
bash ./install.sh -d $out
mkdir -p "$out/etc/bash_completion.d"