# HG changeset patch # User John Donoghue # Date 1386546635 18000 # Node ID 91ccf64570ad57be339271b3525376143dde9861 # Parent 58e47bc8c261dc039af7120ecee0463e1e3bbeca Fix typo in src/of-miscellaneous.mk * src/of-miscellaneous.mk: change OCTAVE_FORGE_PKD_BUILD to OCTAVE_FORGE_PKG_BUILD. diff -r 58e47bc8c261 -r 91ccf64570ad src/of-miscellaneous.mk --- a/src/of-miscellaneous.mk Sun Dec 08 12:10:55 2013 -0500 +++ b/src/of-miscellaneous.mk Sun Dec 08 18:50:35 2013 -0500 @@ -16,5 +16,5 @@ endef define $(PKG)_BUILD - $(OCTAVE_FORGE_PKD_BUILD) + $(OCTAVE_FORGE_PKG_BUILD) endef