mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 19:02:57 +00:00
Merge pull request #11689 from sigma/fix/adv_cmds
adv_cmds: fix typo in file name
This commit is contained in:
commit
5caa62dea3
@ -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" "" \
|
||||
|
Loading…
Reference in New Issue
Block a user