[hackers] [surf/surf-webkit2] Fix, again, webext directory in Makefile || Quentin Rameau

From: <git_AT_suckless.org>
Date: Mon, 8 Oct 2018 14:27:04 +0200 (CEST)

commit 4e7371317c7cb4ed3c4c6bd9b66b45c37018f52f
Author: Quentin Rameau <quinq_AT_fifth.space>
AuthorDate: Mon Oct 8 14:23:51 2018 +0200
Commit: Quentin Rameau <quinq_AT_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
_AT_@ -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
Received on Mon Oct 08 2018 - 14:27:04 CEST

This archive was generated by hypermail 2.3.0 : Mon Oct 08 2018 - 14:36:22 CEST