From d95bc386a9642d6533cb0f8319b2fca27764015d Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Wed, 9 Sep 2020 18:46:55 +0300 Subject: fix txt location --- extMakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extMakefile b/extMakefile index 3724c1f..61e61fb 100644 --- a/extMakefile +++ b/extMakefile @@ -8,6 +8,6 @@ all: install: install -Dm644 carbslinux.info ${DESTDIR}${INFODIR}/carbslinux.info - install -Dm644 carbslinux.txt ${DESTDIR}${SHAREDIR}/carbslinux.txt + install -Dm644 carbslinux.txt ${DESTDIR}${DOCDIR}/carbslinux.txt .PHONY: all install -- cgit v1.2.3