zsh-workers
 help / color / mirror / code / Atom feed
From: Zefram <zefram@fysh.org>
To: zsh-workers@sunsite.auc.dk
Subject: PATCH: correction for misapplied name-transform patch
Date: Thu, 9 Dec 1999 09:48:03 +0000 (GMT)	[thread overview]
Message-ID: <E11w0B9-0007UI-00@crucigera.fysh.org> (raw)
In-Reply-To: <rsq1z8xax6x.fsf@crane.jaist.ac.jp> from Tanaka Akira at "Dec 9, 1999  7:23:50 am"

Tanaka Akira wrote:
>And 8950 isn't applied properly, maybe.

Yes, that diff you posted needs to be used in reverse.  This should fix it:

--- Src/Makefile.in	1999/12/08 22:05:58	1.1.1.21
+++ Src/Makefile.in	1999/12/08 16:22:39	1.1.1.20
@@ -175,12 +175,11 @@
 
 # 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)/zsh/$(LIBZSH)
+	rm -f $(DESTDIR)$(libdir)/$(tzsh)/$(LIBZSH)
 
 # ========== DEPENDENCIES FOR CLEANUP ==========
 
END


  reply	other threads:[~1999-12-09  9:48 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-12-08 21:31 3.1.6-pws-11 Peter Stephenson
1999-12-08 22:23 ` 3.1.6-pws-11 Tanaka Akira
1999-12-09  9:48   ` Zefram [this message]
1999-12-09 12:48   ` 3.1.6-pws-11 (corrected _sudo) Andrej Borsenkow

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E11w0B9-0007UI-00@crucigera.fysh.org \
    --to=zefram@fysh.org \
    --cc=zsh-workers@sunsite.auc.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).