Home
       * Do not fail on chown/chmod - sup - small tool for privilege escalation
  HTML git clone git://bitreich.org/sup git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/sup
   DIR Log
   DIR Files
   DIR Refs
   DIR Tags
   DIR README
   DIR LICENSE
       ---
   DIR commit 20735b8c55fbc2a50168ebaf327a94ebd50d7d2d
   DIR parent 33644ee4084062e90777524f1537fbf4670da503
  HTML Author: pancake@dazo <unknown>
       Date:   Mon, 14 Dec 2009 02:08:17 +0100
       
       * Do not fail on chown/chmod
       Diffstat:
         M Makefile                            |       4 ++--
       
       1 file changed, 2 insertions(+), 2 deletions(-)
       ---
   DIR diff --git a/Makefile b/Makefile
       @@ -26,7 +26,7 @@ mrproper: clean
        install:
                mkdir -p ${DESTDIR}${PREFIX}/bin
                cp sup ${DESTDIR}${PREFIX}/bin
       -        chown ${USER}:${GROUP} ${DESTDIR}/${PREFIX}/bin/sup
       -        chmod 4111 ${DESTDIR}${PREFIX}/bin/sup
       +        -chown ${USER}:${GROUP} ${DESTDIR}/${PREFIX}/bin/sup
       +        -chmod 4111 ${DESTDIR}${PREFIX}/bin/sup
                sed s,VERSION,${VERSION}, sup.1 \
                  > ${DESTDIR}${PREFIX}/share/man/man1/sup.1