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:
Stefan Urbanek 2003-06-02 16:17:02 +00:00
parent f375c3e0f3
commit 00706506d3

View file

@ -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;\
)