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
This commit is contained in:
Gregory John Casamento 2009-08-26 22:26:07 +00:00
parent 452ffee567
commit ef011a9452

View file

@ -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