head 1.2; access; symbols; locks; strict; comment @# @; 1.2 date 2009.10.23.07.01.56; author rse; state Exp; branches; next 1.1; commitid X1Dtck4RSoZYXC8u; 1.1 date 2009.05.04.06.48.06; author rse; state Exp; branches; next ; commitid b3E84neZ3j30qwMt; desc @@ 1.2 log @upgrading package: lzlib 0.6 -> 0.7 @ text @Index: Makefile.in --- Makefile.in.orig 2009-10-21 12:39:29 +0200 +++ Makefile.in 2009-10-23 08:59:34 +0200 @@@@ -90,7 +90,7 @@@@ $(INSTALL_DATA) ./$(libname).a $(DESTDIR)$(libdir)/$(libname).a if [ -n "$(progname_shared)" ] ; then \ $(INSTALL_PROGRAM) ./$(libname).so.$(pkgversion) $(DESTDIR)$(libdir)/$(libname).so.$(pkgversion) ; \ - if [ -e $(DESTDIR)$(libdir)/$(libname).so.$(soversion) ] ; then \ + if [ -f $(DESTDIR)$(libdir)/$(libname).so.$(soversion) ] ; then \ run_ldconfig=no ; rm -f $(DESTDIR)$(libdir)/$(libname).so.$(soversion) ; \ else run_ldconfig=yes ; \ fi ; \ @ 1.1 log @upgrading package: lzlib 0.2 -> 0.3 @ text @d2 3 a4 3 --- Makefile.in.orig 2009-05-03 02:47:51 +0200 +++ Makefile.in 2009-05-04 08:43:02 +0200 @@@@ -83,7 +83,7 @@@@ d6 1 a6 1 if test -n "$(progname_shared)" ; then \ d8 2 a9 2 - if test -a $(DESTDIR)$(libdir)/$(libname).so.$(soversion) ; then \ + if test -f $(DESTDIR)$(libdir)/$(libname).so.$(soversion) ; then \ @