Fix again, thx to @CodeBlock

Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
Austin Seipp 2014-06-09 01:29:53 -05:00
parent 3f6197cafe
commit 678def6d30

View File

@ -24,6 +24,7 @@ stdenv.mkDerivation rec {
ORIG=`pwd`
cp -R ${libphutil} libphutil
cp -R ${arcanist} arcanist
chmod +w -R libphutil arcanist
cd libphutil/support/xhpast
make clean all install
cd $ORIG