From 5382d3c8d552e4e2e1b245f0c26b5fbd3cd27702 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Mon, 25 Feb 2008 14:43:34 +0000 Subject: 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 --- fluid/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'fluid/Makefile') 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 -- cgit v1.2.3