Introduction
Introduction Statistics Contact Development Disclaimer Help
Fix, again, webext directory in Makefile - surf - surf browser, a WebKit based …
git clone git://git.suckless.org/surf
Log
Files
Refs
README
LICENSE
---
commit 4e7371317c7cb4ed3c4c6bd9b66b45c37018f52f
parent 47e39851ca12749d24c66f948054c42289756ca7
Author: Quentin Rameau <[email protected]>
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(-)
---
diff --git 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/su…
chmod 644 $(DESTDIR)$(MANPREFIX)/man1/surf.1
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.