ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/lib/Makefile.am
(Generate patch)

Comparing deliantra/server/lib/Makefile.am (file contents):
Revision 1.17 by root, Fri Dec 15 20:08:45 2006 UTC vs.
Revision 1.18 by root, Sun Dec 31 10:40:01 2006 UTC

142 done 142 done
143 -for i in $(VAR_FILES) ; do \ 143 -for i in $(VAR_FILES) ; do \
144 if test ! -f $(DESTDIR)$(pkgstatedir)/$$i ; then \ 144 if test ! -f $(DESTDIR)$(pkgstatedir)/$$i ; then \
145 continue ;\ 145 continue ;\
146 fi ; \ 146 fi ; \
147 if test `wc -c $(DESTDIR)$(pkgstatedir)/$$i|$(AWK) '{ print $$1 }'` -eq "0" ; then \ 147 if ! [ -s "$(DESTDIR)$(pkgstatedir)/$$i" ] ; then \
148 rm -f $(DESTDIR)$(pkgstatedir)/$$i ; \ 148 rm -f $(DESTDIR)$(pkgstatedir)/$$i ; \
149 fi ; \ 149 fi ; \
150 done 150 done
151 151
152 152

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines