Changes of Revision 5
[-] [+] | Changed | ezmlm-idx.spec |
[-] [+] | Added | ezmlm-idx-7.1.1-makefile.patch ^ |
@@ -0,0 +1,21 @@ +--- Makefile.orig 2010-12-06 23:59:02.101799713 +0100 ++++ Makefile 2010-12-06 23:59:46.513796582 +0100 +@@ -893,12 +893,12 @@ + + install: \ + it man installer conf-bin conf-etc conf-lang conf-lib conf-man BIN ETC LIB MAN +- ./installer "`head -n 1 conf-bin`" < BIN +- ./installer "`head -n 1 conf-etc`" < ETC +- ./installer "`head -n 1 conf-man`" < MAN +- ./installer "`head -n 1 conf-lib`" < LIB +- rm -f "`head -n 1 conf-etc`"/default +- ln -sf "`head -n 1 conf-lang`" "`head -n 1 conf-etc`"/default ++ #./installer "`head -n 1 conf-bin`" < BIN ++ #./installer "`head -n 1 conf-etc`" < ETC ++ #./installer "`head -n 1 conf-man`" < MAN ++ #./installer "`head -n 1 conf-lib`" < LIB ++ #rm -f "`head -n 1 conf-etc`"/default ++ #ln -sf "`head -n 1 conf-lang`" "`head -n 1 conf-etc`"/default + + installer: \ + load installer.o getln.a strerr.a substdio.a stralloc.a alloc.a open.a error.a str.a fs.a |