aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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