# HG changeset patch # User John W. Eaton # Date 1472528884 14400 # Node ID 4a414e5b16a44746daf974744061feca05529af0 # Parent 3262d92eff57ad7c467f442148351196bca174ed * hg-octave-dist.mk (hg-octave-dist): Fix file and directory names in rule. diff -r 3262d92eff57 -r 4a414e5b16a4 hg-octave-dist.mk --- 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: