Diff of /trunk/data/Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 308 by harbaum, Wed Oct 14 07:25:55 2009 UTC revision 314 by harbaum, Mon Nov 23 18:33:12 2009 UTC
# Line 27  install-debian: Line 27  install-debian:
27  install-maemo:  install-maemo:
28          # on maemo datadir may not point to the place where the system is          # on maemo datadir may not point to the place where the system is
29          # expecting the icons. thus we hardcode the /share path          # expecting the icons. thus we hardcode the /share path
30          install -d $(DESTDIR)$(datadir)/applications/hildon          install -d $(DESTDIR)$(prefix)/share/applications/hildon
31          install $(APP).desktop $(DESTDIR)$(prefix)/share/applications/hildon          install $(APP).desktop $(DESTDIR)$(prefix)/share/applications/hildon
32          for s in 40 26; do \          for s in 40 26; do \
33            install -d $(DESTDIR)$(prefix)/share/icons/hicolor/$${s}x$${s}/hildon ;\            install -d $(DESTDIR)$(prefix)/share/icons/hicolor/$${s}x$${s}/hildon ;\

Legend:
Removed from v.308  
changed lines
  Added in v.314