aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-09-09 18:46:55 +0300
committerCem Keylan <cem@ckyln.com>2020-09-09 18:46:55 +0300
commitd95bc386a9642d6533cb0f8319b2fca27764015d (patch)
tree43ce712f09312e04f291b4151c5f894d82a46331
parent874da559a39d04ecd94bd93a527825ee2d4255c5 (diff)
downloaddocs-d95bc386a9642d6533cb0f8319b2fca27764015d.tar.gz
fix txt location
-rw-r--r--extMakefile2
1 files changed, 1 insertions, 1 deletions
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