mirror of
https://github.com/gnustep/libs-steptalk.git
synced 2025-02-16 08:21:04 +00:00
Fixed installation of .stenv files and removed warning about CVS being a dir
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@16859 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
f375c3e0f3
commit
00706506d3
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ before-install::
|
|||
after-install::
|
||||
@(echo Copying scripting environments...; \
|
||||
cd Environments;\
|
||||
for file in *; do \
|
||||
for file in *.stenv; do \
|
||||
$(INSTALL_DATA) $$file $(STEPTALK_ENVDEFS_DIR)/$$file ; \
|
||||
done;\
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue