pinosaur
/
surf.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
47e3985
)
Fix, again, webext directory in Makefile
author
Quentin Rameau
<quinq@fifth.space>
Mon, 8 Oct 2018 12:23:51 +0000
(14:23 +0200)
committer
Quentin Rameau
<quinq@fifth.space>
Mon, 8 Oct 2018 12:25:37 +0000
(14:25 +0200)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
6a4906e
..
10505f3
100644
(file)
--- 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