* Oops. missing mkdir -p for manpage install - sup - small tool for privilege escalation
(HTM) git clone git://bitreich.org/sup git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/sup
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) Tags
(DIR) README
(DIR) LICENSE
---
(DIR) commit ff73a7f2a0b3eace6096e1bba19df260ea3d2f56
(DIR) parent 20735b8c55fbc2a50168ebaf327a94ebd50d7d2d
(HTM) Author: pancake@dazo <unknown>
Date: Mon, 14 Dec 2009 02:14:30 +0100
* Oops. missing mkdir -p for manpage install
Diffstat:
M Makefile | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
---
(DIR) diff --git a/Makefile b/Makefile
@@ -28,5 +28,6 @@ install:
cp sup ${DESTDIR}${PREFIX}/bin
-chown ${USER}:${GROUP} ${DESTDIR}/${PREFIX}/bin/sup
-chmod 4111 ${DESTDIR}${PREFIX}/bin/sup
+ mkdir -p ${DESTDIR}${PREFIX}/share/man/man1
sed s,VERSION,${VERSION}, sup.1 \
> ${DESTDIR}${PREFIX}/share/man/man1/sup.1