diff options
Diffstat (limited to 'Config')
-rwxr-xr-x | Config/installfns.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Config/installfns.sh b/Config/installfns.sh index 90258c7dd..63b981a44 100755 --- a/Config/installfns.sh +++ b/Config/installfns.sh @@ -15,6 +15,10 @@ for file in $allfuncs; do if test -f $sdir_top/$file; then if test x$FUNCTIONS_SUBDIRS != x -a x$FUNCTIONS_SUBDIRS != xno; then case "$file" in + Completion/comp*) + subdir="`echo $file | sed -e 's%/[^/]*/[^/]*$%%'`" + instdir="$fndir/Completion" + ;; Completion/*) subdir="`echo $file | sed -e 's%/[^/]*/[^/]*$%%'`" instdir="$fndir/$subdir" |