From c39e6b2eba88fb542e2d7b2b184a1d9aa4c64f3c Mon Sep 17 00:00:00 2001 From: Ludovic Marcotte Date: Thu, 24 Nov 2011 19:44:52 +0000 Subject: [PATCH] Added fix from #1033 Monotone-Parent: ba2ef33fb2014db9241eaddd86c886921a3cf802 Monotone-Revision: 1f5fabe83bd933943ca2c88af8c07654ddf9ce2b Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2011-11-24T19:44:52 --- SOPE/NGCards/GNUmakefile.postamble | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/SOPE/NGCards/GNUmakefile.postamble b/SOPE/NGCards/GNUmakefile.postamble index 8109af80d..57294bddb 100644 --- a/SOPE/NGCards/GNUmakefile.postamble +++ b/SOPE/NGCards/GNUmakefile.postamble @@ -6,6 +6,6 @@ mappings-dir :: $(MKDIRS) $(MAPDIR) after-install :: mappings-dir - cp NGCards.xmap $(MAPDIR) - -mkdir -p $(GNUSTEP_LIBRARY)/Libraries/Resources/NGCards - cp -dpR TimeZones $(GNUSTEP_LIBRARY)/Libraries/Resources/NGCards + ${INSTALL_DATA} NGCards.xmap $(MAPDIR) + $(MKDIRS) $(GNUSTEP_LIBRARY)/Libraries/Resources/NGCards + cp -R TimeZones $(GNUSTEP_LIBRARY)/Libraries/Resources/NGCards