diff options
| author | Quentin Rameau <[email protected]> | 2018-10-08 14:23:51 +0200 |
|---|---|---|
| committer | Quentin Rameau <[email protected]> | 2018-10-08 14:25:37 +0200 |
| commit | 4e7371317c7cb4ed3c4c6bd9b66b45c37018f52f (patch) | |
| tree | 2ca1ad88c25c6fb0533f1ff94e54f088beabfc9e | |
| parent | Fix webext directory in Makefile (diff) | |
| download | surf-4e7371317c7cb4ed3c4c6bd9b66b45c37018f52f.tar.gz surf-4e7371317c7cb4ed3c4c6bd9b66b45c37018f52f.tar.bz2 surf-4e7371317c7cb4ed3c4c6bd9b66b45c37018f52f.zip | |
Fix, again, webext directory in Makefile
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |