Skip to content

Commit

Permalink
Fix install of example scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
keis committed Feb 4, 2016
1 parent b11212c commit cf959a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -248,7 +248,7 @@ install-uzbl-browser: uzbl-browser install-dirs install-uzbl-core install-event-
#$(INSTALL) -m644 README.browser.md $(DOCDIR)/README.browser.md
$(INSTALL) -m644 README.event-manager.md $(DOCDIR)/README.event-manager.md
$(INSTALL) -m644 README.scripts.md $(DOCDIR)/README.scripts.md
cp -rv examples $(SHAREDIR)/uzbl/examples
cp -rv examples $(SHAREDIR)/uzbl/
$(INSTALL) -d $(SHAREDIR)/icons/hicolor/32x32/apps/
$(INSTALL) -m644 icons/32x32.png $(SHAREDIR)/icons/hicolor/32x32/apps/uzbl.png
$(INSTALL) -d $(SHAREDIR)/icons/hicolor/48x48/apps/
Expand Down

0 comments on commit cf959a2

Please sign in to comment.