mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-30 22:00:52 +00:00
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:
parent
f48b5d132e
commit
58010ad6ea
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ before-install:: $(themedir)
|
||||||
# Things to do after installing
|
# Things to do after installing
|
||||||
after-install::
|
after-install::
|
||||||
for file in $(THEME_FILES); do \
|
for file in $(THEME_FILES); do \
|
||||||
$(INSTALL_DATA) $$file $(themedir)/$$file ; \
|
cp -r $$file $(themedir)/$$file ; \
|
||||||
done
|
done
|
||||||
|
|
||||||
# Things to do before uninstalling
|
# Things to do before uninstalling
|
||||||
|
|
Loading…
Reference in a new issue