From 956ef612e2a797a3f0325cafb034b654b9e8922f Mon Sep 17 00:00:00 2001 From: Sven Wischnowsky Date: Mon, 2 Apr 2001 14:36:36 +0000 Subject: cleanup after function move --- Config/installfns.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Config') 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" -- cgit 1.4.1