j: fix build

/usr/bin/env does not exist in the sandbox.
This commit is contained in:
Orivej Desh 2017-12-02 05:58:37 +00:00
parent 1741042388
commit 7b1489e1a1

View File

@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
cd make
sed -i *.sh -e 's@/bin/bash@/usr/bin/env bash@;'
patchShebangs .
sed -i jvars.sh -e '
s@~/gitdev/jsource@$SOURCE_DIR@;
s@~/jbld@$HOME@;