Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: 3.1.6-pws-11
- X-seq: zsh-workers 8957
- From: Tanaka Akira <akr@xxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx (Zsh hackers list)
- Subject: Re: 3.1.6-pws-11
- Date: 09 Dec 1999 07:23:50 +0900
- In-reply-to: Peter Stephenson's message of "Wed, 08 Dec 1999 21:31:37 +0000"
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
- References: <E11vofl-0002y3-00.1999-12-08-21-30-54@xxxxxxxxxxxxxxxxxxxxx>
In article <E11vofl-0002y3-00.1999-12-08-21-30-54@xxxxxxxxxxxxxxxxxxxxx>,
Peter Stephenson <pws@xxxxxxxxxxxxxxxxxxxxxxxx> writes:
> http://www.pwstephenson.fsnet.co.uk/zsh-3.1.6-pws-11.tar.gz
Hm. _sudo is forgotten.
Index: Completion/User/.distfiles
===================================================================
RCS file: /projects/zsh/zsh/Completion/User/.distfiles,v
retrieving revision 1.1.1.13
diff -u -r1.1.1.13 .distfiles
--- Completion/User/.distfiles 1999/12/08 22:05:49 1.1.1.13
+++ Completion/User/.distfiles 1999/12/08 22:20:48
@@ -6,7 +6,7 @@
_mh _mount _mutt _my_accounts _netscape _nslookup _other_accounts
_pack _patch _pbm _pdf _perl_basepods _perl_builtin_funcs
_perl_modules _perldoc _ports _prompt _ps _pspdf _rcs _rlogin _sh
- _socket _ssh _strip _stty _su _tar _tar_archive _telnet _tex _tiff
+ _socket _ssh _strip _stty _su _sudo _tar _tar_archive _telnet _tex _tiff
_uncompress _unpack _urls _use_lo _user_at_host _users _users_on
_webbrowser _wget _whereis _whois _xargs _yodl _yp _zdump
'
And 8950 isn't applied properly, maybe.
| --- Src/Makefile.in 1999/12/08 16:22:39 1.1.1.20
| +++ Src/Makefile.in 1999/12/08 22:05:58 1.1.1.21
| @@ -175,11 +175,12 @@
|
| # uninstall binary
| uninstall.bin-here: uninstall.bin-@L@
| + tzsh=`echo zsh | sed '$(transform)'`; \
| rm -f $(DESTDIR)$(bindir)/$(tzsh)-$(VERSION) $(DESTDIR)$(bindir)/$(tzsh)
|
| uninstall.bin-N:
| uninstall.bin-L:
| - rm -f $(DESTDIR)$(libdir)/$(tzsh)/$(LIBZSH)
| + rm -f $(DESTDIR)$(libdir)/zsh/$(LIBZSH)
|
| # ========== DEPENDENCIES FOR CLEANUP ==========
|
--
Tanaka Akira
Messages sorted by:
Reverse Date,
Date,
Thread,
Author