Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

More problems - functions installed as dirs (RE: Functions moved)



After cvs up and clean reconfigure in empty directory I got:

bor@itsrm2% pwd
/tools/share/zsh
bor@itsrm2% ll 4.0.1-pre-2/functions/Completion
total 16
drwxr-xr-x   2 root     other       1024 Apr  2 19:42 AIX/
drwxr-xr-x   2 root     other       1024 Apr  2 19:42 BSD/
drwxr-xr-x   2 root     other       2048 Apr  2 19:43 Base/
drwxr-xr-x   2 root     other         96 Apr  2 19:43 Core/
drwxr-xr-x   2 root     other       1024 Apr  2 19:43 Debian/
drwxr-xr-x   2 root     other         96 Apr  2 19:43 Linux/
drwxr-xr-x   2 root     other       1024 Apr  2 19:43 Redhat/
drwxr-xr-x   2 root     other       2048 Apr  2 19:44 Unix/
drwxr-xr-x   2 root     other         96 Apr  2 19:42 compaudit/
drwxr-xr-x   2 root     other         96 Apr  2 19:42 compdump/
drwxr-xr-x   2 root     other         96 Apr  2 19:42 compinit/
drwxr-xr-x   2 root     other         96 Apr  2 19:42 compinstall/

quoting install log:

gmake[1]: Leaving directory `/u3/u1/build/zsh/Src'
if test x/tools/share/zsh/4.0.1-pre-2/functions != x && test
x/tools/share/zsh/4.0.1-pre-2/functions != xno; then \
  test x/tools/share/zsh/site-functions != xno && \
    /tools/src/zsh/mkinstalldirs /tools/share/zsh/site-functions; \
  sdir_top="/tools/src/zsh" fndir="/tools/share/zsh/4.0.1-pre-2/functions"
dir_top="." \
  FUNCTIONS_SUBDIRS="yes" \
  INSTALL_DATA="/tools/src/zsh/install-sh -c -m 644" \
  DESTDIR="" VERSION="4.0.1-pre-2" \
  /bin/sh /tools/src/zsh/Config/installfns.sh || exit 1; \
fi; \
exit 0
mkdir /tools/share/zsh/4.0.1-pre-2
mkdir /tools/share/zsh/4.0.1-pre-2/functions
mkdir /tools/share/zsh/4.0.1-pre-2/functions/Misc
mkdir /tools/share/zsh/4.0.1-pre-2/functions/Prompts
mkdir /tools/share/zsh/4.0.1-pre-2/functions/Zftp
mkdir /tools/share/zsh/4.0.1-pre-2/functions/Completion
mkdir /tools/share/zsh/4.0.1-pre-2/functions/Completion/compaudit
mkdir /tools/share/zsh/4.0.1-pre-2/functions/Completion/compdump
mkdir /tools/share/zsh/4.0.1-pre-2/functions/Completion/compinit
mkdir /tools/share/zsh/4.0.1-pre-2/functions/Completion/compinstall
mkdir /tools/share/zsh/4.0.1-pre-2/functions/Completion/AIX
mkdir /tools/share/zsh/4.0.1-pre-2/functions/Completion/BSD
mkdir /tools/share/zsh/4.0.1-pre-2/functions/Completion/Base
mkdir /tools/share/zsh/4.0.1-pre-2/functions/Completion/Core
mkdir /tools/share/zsh/4.0.1-pre-2/functions/Completion/Debian
mkdir /tools/share/zsh/4.0.1-pre-2/functions/Completion/Linux
mkdir /tools/share/zsh/4.0.1-pre-2/functions/Completion/Redhat
mkdir /tools/share/zsh/4.0.1-pre-2/functions/Completion/Unix
mkdir /tools/share/zsh/4.0.1-pre-2/functions/Completion/X
...

-andrej



Messages sorted by: Reverse Date, Date, Thread, Author