diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2008-02-25 14:43:34 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2008-02-25 14:43:34 +0000 |
| commit | 5382d3c8d552e4e2e1b245f0c26b5fbd3cd27702 (patch) | |
| tree | e2b9cb8ec25cb171251e0dc60d81447b95a7e704 /fluid/Makefile | |
| parent | cf2e50b8c3aa36f85da6370336608938aa706f87 (diff) | |
STR 1795: applied patch to fix Icon path settings. Will try on my Linux machine next.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@6045 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid/Makefile')
| -rw-r--r-- | fluid/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fluid/Makefile b/fluid/Makefile index aa8bb09b1..ada2f6501 100644 --- a/fluid/Makefile +++ b/fluid/Makefile @@ -84,8 +84,8 @@ install: all $(INSTALL_BIN) $(FLUID) $(DESTDIR)$(bindir)/fluid$(EXEEXT) install-linux: - -$(INSTALL_DIR) $(DESTDIR)/usr/share/applnk/Development - $(INSTALL_DATA) fluid.desktop $(DESTDIR)/usr/share/applnk/Development + -$(INSTALL_DIR) $(DESTDIR)/usr/share/applications + $(INSTALL_DATA) fluid.desktop $(DESTDIR)/usr/share/applications for size in 16 32 48 64 128; do \ if test ! -d $(DESTDIR)/usr/share/icons/hicolor/$${size}x$${size}/apps; then \ $(INSTALL_DIR) $(DESTDIR)/usr/share/icons/hicolor/$${size}x$${size}/apps; \ @@ -111,7 +111,7 @@ uninstall: $(RM) $(DESTDIR)$(bindir)/fluid$(EXEEXT) uninstall-linux: - $(RM) $(DESTDIR)/usr/share/applnk/Development/fluid.desktop + $(RM) $(DESTDIR)/usr/share/applications/fluid.desktop $(RM) $(DESTDIR)/usr/share/icons/hicolor/*/fluid.png $(RM) $(DESTDIR)/usr/share/mimelnk/application/x-fluid.desktop |
