commit 4e7371317c7cb4ed3c4c6bd9b66b45c37018f52f
Author:     Quentin Rameau <quinq@fifth.space>
AuthorDate: Mon Oct 8 14:23:51 2018 +0200
Commit:     Quentin Rameau <quinq@fifth.space>
CommitDate: Mon Oct 8 14:25:37 2018 +0200

    Fix, again, webext directory in Makefile

diff --git a/Makefile b/Makefile
index 6a4906e..10505f3 100644
--- a/Makefile
+++ b/Makefile
@@ -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

Reply via email to