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

PATCH: correction for misapplied name-transform patch



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



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