COPYING is gone now, so make doc-install breaks. Fixes: 959ef98 ("xfsprogs: convert to SPDX license tags") Signed-off-by: Eric Sandeen <sandeen@xxxxxxxxxx> --- diff --git a/doc/Makefile b/doc/Makefile index 8b870dc..83dfa38 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -5,7 +5,7 @@ TOPDIR = .. include $(TOPDIR)/include/builddefs -LSRCFILES = INSTALL CHANGES COPYING CREDITS sparse.txt +LSRCFILES = INSTALL CHANGES CREDITS sparse.txt LDIRT = *.gz default: CHANGES.gz @@ -21,8 +21,6 @@ install: default $(INSTALL) -m 644 CHANGES.gz CREDITS $(PKG_DOC_DIR) ifeq ($(PKG_DISTRIBUTION), debian) $(INSTALL) -S CHANGES.gz $(PKG_DOC_DIR)/changelog.gz -else - $(INSTALL) -m 644 COPYING $(PKG_DOC_DIR) endif install-dev: -- To unsubscribe from this list: send the line "unsubscribe linux-xfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html