2c8e3f3d9a
Mon Feb 10 2003 Jens Petersen <petersen@redhat.com> - 4.0.6-5 - skip completion tests on s390 and s390x since they hang Wed Jan 22 2003 Tim Powers <timp@redhat.com> - rebuilt Wed Dec 25 2002 Florian La Roche <Florian.LaRoche@redhat.de> - fix adding zsh to /etc/shells Fri Nov 29 2002 Florian La Roche <Florian.LaRoche@redhat.de> 4.0.6-2 - make sure /bin/zsh is owned by root and not bhcompile - do not package zsh-4.0.6 into binary rpm Thu Nov 28 2002 Jens Petersen <petersen@redhat.com> 4.0.6-1 - define _bindir to be /bin and use it - use _sysconfdir and _libdir Mon Nov 25 2002 Jens Petersen <petersen@redhat.com> - 4.0.6 - add url - add --without check build option - don't autoconf - make "make test" failure not go ignored - move sourcing of profile from zshenv to new .zshrc file for now (#65509) - preserve dates when installing rc files Fri Nov 15 2002 Jens Petersen <petersen@redhat.com> - setup backspace better with tput in zshrc to please screen (#77833) - encode spec file in utf-8
13 lines
500 B
Diff
13 lines
500 B
Diff
diff -u zsh-4.0.6/Test/Makefile.in~ zsh-4.0.6/Test/Makefile.in
|
|
--- zsh-4.0.6/Test/Makefile.in~ 2002-11-25 11:03:59.000000000 +0900
|
|
+++ zsh-4.0.6/Test/Makefile.in 2002-11-25 11:03:59.000000000 +0900
|
|
@@ -45,7 +45,7 @@
|
|
cd $(dir_top) && DESTDIR= \
|
|
$(MAKE) MODDIR=`pwd`/$(subdir)/Modules install.modules > /dev/null; \
|
|
fi
|
|
- -for f in $(sdir)/$(TESTNUM)*.ztst; do \
|
|
+ for f in $(sdir)/$(TESTNUM)*.ztst; do \
|
|
$(dir_top)/Src/zsh +Z -f $(sdir)/ztst.zsh $$f; \
|
|
done
|
|
rm -rf Modules .zcompdump
|