From 89b4744733181f1192eaa26bde00d2f0e7843182 Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Sat, 5 Mar 2011 12:39:01 -0800 Subject: [PATCH] Fix "make install" on Os X10.6.6 (removed a "/") seems like an extra "/" made "make install" unhappy --- Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile.am b/Makefile.am index aa2cadb..a30157b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -68,7 +68,7 @@ Applications_DATA = xboard.desktop ### directory and files to be used as bitmaps -bitmapdir = $(datadir)/games/xboard/ +bitmapdir = $(datadir)/games/xboard dist_bitmap_DATA = pixmaps/wood_d.xpm pixmaps/wood_l.xpm -- 1.7.0.4