Browse Source

Fix install-linux target in test directory.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5511 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
pull/168/head
Michael R Sweet 19 years ago
parent
commit
7b15f5b159
  1. 2
      fluid/Makefile
  2. 4
      test/Makefile

2
fluid/Makefile

@ -3,7 +3,7 @@
# #
# FLUID makefile for the Fast Light Tool Kit (FLTK). # 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 # This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Library General Public # modify it under the terms of the GNU Library General Public

4
test/Makefile

@ -206,8 +206,8 @@ install-linux:
$(CP) $$game $(DESTDIR)$(bindir); \ $(CP) $$game $(DESTDIR)$(bindir); \
$(CHMOD) 755 $(DESTDIR)$(bindir)/$$game; \ $(CHMOD) 755 $(DESTDIR)$(bindir)/$$game; \
$(CP) desktop/$$game.desktop $(DESTDIR)/usr/share/applnk/Games; \ $(CP) desktop/$$game.desktop $(DESTDIR)/usr/share/applnk/Games; \
$(CP) icons/$$game-32.png $(DESTDIR)/usr/share/icons/hicolor/32x32/apps/$$game.png; \ $(CP) desktop/$$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-128.png $(DESTDIR)/usr/share/icons/hicolor/128x128/apps/$$game.png; \
done done
install-osx: install-osx:

Loading…
Cancel
Save