diff hg-octave-dist.mk @ 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 438a4bfdc887
children 8ec05e08aa22
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: