diff options
| author | Jaromil <[email protected]> | 2011-05-15 17:33:56 (GMT) |
|---|---|---|
| committer | Jaromil <[email protected]> | 2011-05-15 17:33:56 (GMT) |
| commit | ddd41afc963c62933bd438c33aea6e26e3bdd7e0 (patch) | |
| tree | 506aa3cdaaf67cf0308966f981198b758bd15362 | |
| parent | bc96c5e95ef727c34ef2ad5c2e7e075a46156529 (diff) | |
agian
| -rw-r--r-- | share/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/Makefile.am b/share/Makefile.am index db2c747..a93bfe9 100644 --- a/share/Makefile.am +++ b/share/Makefile.am @@ -33,7 +33,7 @@ install-data-hook: @install -D dyne-tomb.xml $(DESTDIR)$(datadir)/mime/packages @if ! [ -n `which xdg-mime` ]; then xdg-mime install dyne-tomb.xml; fi @echo "installing icons"; - @install -D monmort.xpm $(DESTDIR)$(datadir)/pixmaps + @install -D monmort.png $(DESTDIR)$(datadir)/pixmaps @if ! [ -n `which xdg-icon-resource` ]; then \ xdg-icon-resource install --context mimetypes --size 32 ../src/monmort.xpm monmort; \ xdg-icon-resource install --size 32 ../src/monmort.xpm dyne-monmort; fi |

