You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

24 lines
709 B

Index: Config/defs.mk.in
--- Config/defs.mk.in.orig 2001-12-21 00:48:39 +0100
+++ Config/defs.mk.in 2006-08-16 20:02:20 +0200
@@ -37,7 +37,7 @@
exec_prefix = @exec_prefix@
bindir = @bindir@
libdir = @libdir@
-MODDIR = $(libdir)/$(tzsh)/$(VERSION)
+MODDIR = $(libdir)
infodir = @infodir@
mandir = @mandir@
datadir = @datadir@
Index: Src/Makefile.in
--- Src/Makefile.in.orig 2001-12-21 00:48:39 +0100
+++ Src/Makefile.in 2006-08-16 20:05:28 +0200
@@ -65,7 +65,7 @@
NSTMP = stamp-modobjs
NLIST = `cat stamp-modobjs`
-LIBZSH = libzsh-$(VERSION).$(DL_EXT)
+LIBZSH = libzsh.$(DL_EXT)
NIBZSH =
INSTLIB = @INSTLIB@
UNINSTLIB = @UNINSTLIB@