URI: 
       tFix, again, webext directory in Makefile - surf - customized build of surf, the suckless webkit browser
  HTML git clone git://src.adamsgaard.dk/surf
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 4e7371317c7cb4ed3c4c6bd9b66b45c37018f52f
   DIR parent 47e39851ca12749d24c66f948054c42289756ca7
  HTML Author: Quentin Rameau <quinq@fifth.space>
       Date:   Mon,  8 Oct 2018 14:23:51 +0200
       
       Fix, again, webext directory in Makefile
       
       Diffstat:
         M Makefile                            |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/Makefile b/Makefile
       t@@ -57,7 +57,7 @@ install: all
                chmod 755 $(DESTDIR)$(PREFIX)/bin/surf
                mkdir -p $(DESTDIR)$(LIBDIR)
                cp -f libsurf-webext.so $(DESTDIR)$(LIBDIR)
       -        chmod 644 $(DESTDIR)$(LIBDIR)/bin/libsurf-webext.so
       +        chmod 644 $(DESTDIR)$(LIBDIR)/libsurf-webext.so
                mkdir -p $(DESTDIR)$(MANPREFIX)/man1
                sed "s/VERSION/$(VERSION)/g" < surf.1 > $(DESTDIR)$(MANPREFIX)/man1/surf.1
                chmod 644 $(DESTDIR)$(MANPREFIX)/man1/surf.1