From 00706506d312062d6bb961a3c97ee8f00e938004 Mon Sep 17 00:00:00 2001 From: Stefan Urbanek Date: Mon, 2 Jun 2003 16:17:02 +0000 Subject: [PATCH] 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 --- Source/GNUmakefile.postamble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/GNUmakefile.postamble b/Source/GNUmakefile.postamble index da1df2d..10efca9 100644 --- a/Source/GNUmakefile.postamble +++ b/Source/GNUmakefile.postamble @@ -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;\ )