summaryrefslogtreecommitdiff
path: root/test/Makefile
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2006-01-15 18:36:16 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2006-01-15 18:36:16 +0000
commit115d539691f4e06adbaca9829e28b3552f29798c (patch)
tree8230a283621134c61e3036289dcac335bfa3faba /test/Makefile
parent61b86ce0e5d234d1cb5818922d8ee44bcf823224 (diff)
More packaging fun.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4756 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile8
1 files changed, 4 insertions, 4 deletions
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: