# HG changeset patch # User jwe # Date 782181075 0 # Node ID 8caf71319a4d87cc22462960d41f1fd0dee21dd9 # Parent 0e0c5d811589ae4fc3fad9c54eb924b32d8f7735 [project @ 1994-10-15 00:31:15 by jwe] diff --git a/doinstall.sh b/doinstall.sh --- a/doinstall.sh +++ b/doinstall.sh @@ -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