tRemove the pax intermediary. - surf - customized build of surf, the suckless webkit browser
 (HTM) git clone git://src.adamsgaard.dk/surf
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 3c2acda0b745ffd887a99f8f32b64064665fa553
 (DIR) parent 8e88984a40c495982f1f336a12ab972d40642061
 (HTM) Author: Christoph Lohmann <20h@r-36.net>
       Date:   Tue,  8 Sep 2015 20:28:11 +0200
       
       Remove the pax intermediary.
       
       Compile webkit without jit and you don't need to disable mprotect.
       
       Diffstat:
         M Makefile                            |       1 -
       
       1 file changed, 0 insertions(+), 1 deletion(-)
       ---
 (DIR) diff --git a/Makefile b/Makefile
       t@@ -47,7 +47,6 @@ install: all
                @mkdir -p ${DESTDIR}${PREFIX}/bin
                @cp -f surf ${DESTDIR}${PREFIX}/bin
                @chmod 755 ${DESTDIR}${PREFIX}/bin/surf
       -        @if [ -x /sbin/paxctl ]; then /sbin/paxctl -m ${DESTDIR}${PREFIX}/bin/surf; fi
                @echo installing manual page to ${DESTDIR}${MANPREFIX}/man1
                @mkdir -p ${DESTDIR}${MANPREFIX}/man1
                @sed "s/VERSION/${VERSION}/g" < surf.1 > ${DESTDIR}${MANPREFIX}/man1/surf.1