adv_cmds: fix typo in file name

adv_cmds archive actually contains BSDmakefile, not BSDMakefile. While
that probably doesn't matter in default installations, it does matter
for case-sensitive filesystems.
This commit is contained in:
Yann Hodique 2015-12-13 12:02:42 -08:00
parent f0cdf17ee8
commit 000fe58769

View File

@ -19,7 +19,7 @@ in appleDerivation {
buildInputs = [ bsdmake perl yacc flex ];
patchPhase = ''
substituteInPlace BSDMakefile \
substituteInPlace BSDmakefile \
--replace chgrp true \
--replace /Developer/Makefiles/bin/compress-man-pages.pl true \
--replace "ps.tproj" "" --replace "gencat.tproj" "" --replace "md.tproj" "" \