csmith: fix wrapProgram call
This commit is contained in:
parent
bf8c125170
commit
cc5480cb00
@ -22,7 +22,8 @@ stdenv.mkDerivation rec {
|
|||||||
--replace '../compiler_test.pl' $out/bin/compiler_test.pl \
|
--replace '../compiler_test.pl' $out/bin/compiler_test.pl \
|
||||||
--replace '../$CONFIG_FILE' '$CONFIG_FILE'
|
--replace '../$CONFIG_FILE' '$CONFIG_FILE'
|
||||||
|
|
||||||
wrapProgram $out/bin/launchn.pl --prefix PERL5LIB : "$PERL5LIB" $out/bin/launchn.pl
|
wrapProgram $out/bin/launchn.pl \
|
||||||
|
--prefix PERL5LIB : "$PERL5LIB"
|
||||||
|
|
||||||
mkdir -p $out/share/csmith
|
mkdir -p $out/share/csmith
|
||||||
mv $out/bin/compiler_test.in $out/share/csmith/
|
mv $out/bin/compiler_test.in $out/share/csmith/
|
||||||
|
Loading…
Reference in New Issue
Block a user