summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--fluid/Makefile2
-rw-r--r--test/Makefile4
2 files changed, 3 insertions, 3 deletions
diff --git a/fluid/Makefile b/fluid/Makefile
index f6fce38b5..49bc9185d 100644
--- a/fluid/Makefile
+++ b/fluid/Makefile
@@ -3,7 +3,7 @@
#
# FLUID makefile for the Fast Light Tool Kit (FLTK).
#
-# Copyright 1998-2005 by Bill Spitzak and others.
+# Copyright 1998-2006 by Bill Spitzak and others.
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Library General Public
diff --git a/test/Makefile b/test/Makefile
index 9c8ddf2f4..2538e5899 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -206,8 +206,8 @@ install-linux:
$(CP) $$game $(DESTDIR)$(bindir); \
$(CHMOD) 755 $(DESTDIR)$(bindir)/$$game; \
$(CP) desktop/$$game.desktop $(DESTDIR)/usr/share/applnk/Games; \
- $(CP) icons/$$game-32.png $(DESTDIR)/usr/share/icons/hicolor/32x32/apps/$$game.png; \
- $(CP) icons/$$game-128.png $(DESTDIR)/usr/share/icons/hicolor/128x128/apps/$$game.png; \
+ $(CP) desktop/$$game-32.png $(DESTDIR)/usr/share/icons/hicolor/32x32/apps/$$game.png; \
+ $(CP) desktop/$$game-128.png $(DESTDIR)/usr/share/icons/hicolor/128x128/apps/$$game.png; \
done
install-osx: