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
713 B

Index: Config/defs.mk.in
--- Config/defs.mk.in.orig 2007-01-16 11:53:47 +0100
+++ Config/defs.mk.in 2008-02-01 23:31:50 +0100
@@ -37,7 +37,7 @@
exec_prefix = @exec_prefix@
bindir = @bindir@
libdir = @libdir@
-MODDIR = $(libdir)/$(tzsh)/$(VERSION)
+MODDIR = $(libdir)
infodir = @infodir@
mandir = @mandir@
datarootdir = @datarootdir@
Index: Src/Makefile.in
--- Src/Makefile.in.orig 2008-02-01 12:22:22 +0100
+++ Src/Makefile.in 2008-02-01 23:31:50 +0100
@@ -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@