changeset 3352:91ccf64570ad

Fix typo in src/of-miscellaneous.mk * src/of-miscellaneous.mk: change OCTAVE_FORGE_PKD_BUILD to OCTAVE_FORGE_PKG_BUILD.
author John Donoghue <john.donoghue@ieee.org>
date Sun, 08 Dec 2013 18:50:35 -0500
parents 58e47bc8c261
children 730fe4ac1a29
files src/of-miscellaneous.mk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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