From 115d539691f4e06adbaca9829e28b3552f29798c Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Sun, 15 Jan 2006 18:36:16 +0000 Subject: More packaging fun. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4756 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- test/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'test') diff --git a/test/Makefile b/test/Makefile index 925a00fe1..3aa9463a9 100644 --- a/test/Makefile +++ b/test/Makefile @@ -184,14 +184,14 @@ install-linux: echo Installing games to $(DESTDIR)$(bindir)... -$(MKDIR) $(DESTDIR)$(bindir) -$(MKDIR) $(DESTDIR)/usr/share/applnk/Games - -$(MKDIR) $(DESTDIR)/usr/share/icons/hicolor/32x32/apps; \ - -$(MKDIR) $(DESTDIR)/usr/share/icons/hicolor/128x128/apps; \ + -$(MKDIR) $(DESTDIR)/usr/share/icons/hicolor/32x32/apps + -$(MKDIR) $(DESTDIR)/usr/share/icons/hicolor/128x128/apps for game in checkers sudoku; do \ $(CP) $$game $(DESTDIR)$(bindir); \ $(CHMOD) 755 $(DESTDIR)$(bindir)/$$game; \ $(CP) $$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) $$game-32.png $(DESTDIR)/usr/share/icons/hicolor/32x32/apps/$$game.png; \ + $(CP) $$game-128.png $(DESTDIR)/usr/share/icons/hicolor/128x128/apps/$$game.png; \ done install-osx: -- cgit v1.2.3