changeset 814:8caf71319a4d

[project @ 1994-10-15 00:31:15 by jwe]
author jwe
date Sat, 15 Oct 1994 00:31:15 +0000
parents 0e0c5d811589
children f2fcdc711b5f
files doinstall.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/doinstall.sh	Sat Oct 15 00:22:00 1994 +0000
+++ b/doinstall.sh	Sat Oct 15 00:31:15 1994 +0000
@@ -146,7 +146,7 @@
 echo "installing function files in $fcnfiledir"
 ( cd scripts
   ../mkinstalldirs `find . -type d | sed -e 's,^\./,,' -e "s,^,$fcnfiledir/,"`
-  for f in `find . -name '*.m'`
+  for f in `find . -name '*.m' -o name octaverc`
   do
     cp $f $fcnfiledir/$f
     chmod 644 $fcnfiledir/$f