From 58010ad6ea975fa1a66424e6a0937dcc921d010c Mon Sep 17 00:00:00 2001 From: gcasa Date: Wed, 26 Aug 2009 22:26:07 +0000 Subject: [PATCH] copy rather than install for the themes git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@28550 72102866-910b-0410-8b05-ffd578937521 --- Themes/GNUmakefile.postamble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Themes/GNUmakefile.postamble b/Themes/GNUmakefile.postamble index 6f7f40682..f4ae80765 100644 --- a/Themes/GNUmakefile.postamble +++ b/Themes/GNUmakefile.postamble @@ -48,7 +48,7 @@ before-install:: $(themedir) # Things to do after installing after-install:: for file in $(THEME_FILES); do \ - $(INSTALL_DATA) $$file $(themedir)/$$file ; \ + cp -r $$file $(themedir)/$$file ; \ done # Things to do before uninstalling