Introduction
Introduction Statistics Contact Development Disclaimer Help
tMakefile: fix creation of man1 target dir - stopwatch - simple timer for conso…
git clone git://src.adamsgaard.dk/stopwatch
Log
Files
Refs
README
LICENSE
---
commit 726a3f3bb2024aacae76badec62e8cc0142b18f9
parent 3390af26250ccad0fd7e796c2325c94f5dbe538c
Author: Anders Damsgaard <[email protected]>
Date: Wed, 4 Nov 2020 15:08:45 +0100
Makefile: fix creation of man1 target dir
Diffstat:
M Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/Makefile b/Makefile
t@@ -47,7 +47,7 @@ install:
mkdir -p "${DESTDIR}${DOCPREFIX}"
cp -f ${DOC} "${DESTDIR}${DOCPREFIX}"
# installing manual pages for general commands: section 1.
- mkdir -p "${DESTDIR}${DOCPREFIX}/man1"
+ mkdir -p "${DESTDIR}${MANPREFIX}/man1"
cp -f ${MAN1} "${DESTDIR}${MANPREFIX}/man1"
for m in ${MAN1}; do chmod 644 "${DESTDIR}${MANPREFIX}/man1/$$m"; done
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.