diff --git a/GNUmakefile b/GNUmakefile index 7abff061..5818940f 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -186,7 +186,7 @@ ifneq ($(INSDIR),) ifeq ($(INSDIR_DOC),) INSDIR_DOC := $(INSDIR)/doc endif - ifeq ($(INSDIR_LICENSE,) + ifeq ($(INSDIR_LICENSE),) INSDIR_LICENSE := $(INSDIR)/doc endif else diff --git a/docs/ChangeLog.md b/docs/ChangeLog.md index 79e2a587..1f931307 100644 --- a/docs/ChangeLog.md +++ b/docs/ChangeLog.md @@ -17,7 +17,7 @@ - history (`ble/builtin/history -w`): write file even without any new entries (requested by Jai-JAP) `#D2053` c78e5c9f - auto-complete: overwrite subsequent characters with self-insert in overwrite mode `#D2059` 7044b2db - complete: move face definitions `menu_filter_*` to `core-complete-def.sh` `#D2060` af022266 -- make: add `INSDIR_LICENSE` for install location of licenses (reported by willemw) `#D2063` xxxxxxxx +- make: add `INSDIR_LICENSE` for install location of licenses (reported by willemw) `#D2063` d39998f0 xxxxxxxx ## Fixes @@ -42,7 +42,7 @@ - util: work around mawk 1.3.3-20090705 regex (reported by dongxi8, Frezrik) `#D2055` 4089c4e1 - complete: update a workaround for cobra-1.5.0 (reported by 3ximus) `#D2057` a24435d3 - make: work around ecryptfs bug (reported by juanejot) `#D2058` 969a763e dc0cdb30 -- edit: update mc-4.8.29 integration (reported by mooreye) `#D2062` 2c4194a2 xxxxxxxx +- edit: update mc-4.8.29 integration (reported by mooreye) `#D2062` 2c4194a2 68c5c5c4 ## Contrib