changeset 4196:4a414e5b16a4

* hg-octave-dist.mk (hg-octave-dist): Fix file and directory names in rule.
author John W. Eaton <jwe@octave.org>
date Mon, 29 Aug 2016 23:48:04 -0400
parents 3262d92eff57
children 667aa26d9dd4
files hg-octave-dist.mk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/hg-octave-dist.mk	Mon Aug 29 14:21:19 2016 -0400
+++ b/hg-octave-dist.mk	Mon Aug 29 23:48:04 2016 -0400
@@ -36,7 +36,7 @@
 	$(HG_OCTAVE_DIST_ENV_FLAGS) ../configure && \
 	$(HG_OCTAVE_DIST_ENV_FLAGS) make -j '$(JOBS)' all && \
 	$(HG_OCTAVE_DIST_ENV_FLAGS) make -j '$(JOBS)' dist && \
-	mv '$(hg-octave_FILE)' '../../pkg/$(hg-octave_FILE)'
+	mv '$(default-octave_FILE)' '$(PKG_DIR)'
 
 .PHONY: update-hg-octave-repo
 update-hg-octave-repo: