t* Oops. missing mkdir -p for manpage install - sup - small tool for privilege escalation
 (HTM) git clone https://git.parazyd.org/sup
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (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
       t@@ -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