diff options
author | Joey Hess <joey@kitenet.net> | 2013-07-09 20:50:41 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-07-09 20:50:41 -0400 |
commit | 68b3beefd87468204a8d8252d3487fae95b43f80 (patch) | |
tree | d43f937f543e7601e7952154fe434d9df148e36a /Makefile | |
parent | d6922be2d1cac20b58750e1a76a3db684b8cca01 (diff) |
linux standalone auto-install icons
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -107,6 +107,7 @@ linuxstandalone: Build/Standalone strip "$(LINUXSTANDALONE_DEST)/bin/git-annex" ln -sf git-annex "$(LINUXSTANDALONE_DEST)/bin/git-annex-shell" zcat standalone/licences.gz > $(LINUXSTANDALONE_DEST)/LICENSE + cp doc/favicon.png doc/logo.svg $(LINUXSTANDALONE_DEST) ./Build/Standalone "$(LINUXSTANDALONE_DEST)" |