Sophie

Sophie

distrib > Mageia > 5 > x86_64 > media > core-release-src > by-pkgid > 621152ab1f7b440bc329919c750e0162 > files > 7

c-icap-0.3.5-1.mga5.src.rpm

--- Makefile.am	2010-06-28 08:38:02.000000000 +0200
+++ Makefile.am.dlucio	2010-07-03 09:04:48.000000000 +0200
@@ -4,9 +4,10 @@
 MODULESDIR=$(pkglibdir)/
 SERVICESDIR=$(pkglibdir)/
 #CONFIGDIR=$(sysconfdir)/
+LOGDIR=/var/log
+SOCKDIR=/run/icapd
+DESTDIR=
 DATADIR=$(pkgdatadir)/
-LOGDIR=$(localstatedir)/log/
-SOCKDIR=/var/run/c-icap
 
 DOXYGEN=@doxygen_bin@
 
@@ -91,16 +92,10 @@
 
 install-data-local:
 	$(mkinstalldirs) $(DESTDIR)$(CONFIGDIR);
-	$(INSTALL) c-icap.conf $(DESTDIR)$(CONFIGDIR)/c-icap.conf.default
-	$(INSTALL) c-icap.magic $(DESTDIR)$(CONFIGDIR)/c-icap.magic.default
-	if test ! -f $(DESTDIR)$(CONFIGDIR)/c-icap.conf; then  $(INSTALL) c-icap.conf $(DESTDIR)$(CONFIGDIR)/c-icap.conf; fi
-	if test ! -f $(DESTDIR)$(CONFIGDIR)/c-icap.magic; then $(INSTALL) c-icap.magic $(DESTDIR)$(CONFIGDIR)/c-icap.magic; fi
-	$(mkinstalldirs)  $(DESTDIR)$(LOGDIR); 
-	$(mkinstalldirs)  $(DESTDIR)$(SOCKDIR);
-	chgrp nogroup $(DESTDIR)$(LOGDIR) || echo -e "*********\nWARNING! Can not set group for the log dir $(DESTDIR)$(LOGDIR)\n*********\n"
-	chmod 775 $(DESTDIR)$(LOGDIR)
-	chgrp nogroup $(DESTDIR)$(SOCKDIR) || echo -e "*********\nWARNING! Can not set group for the c-icap socket store dir $(DESTDIR)$(SOCKDIR)\n\n*********\n"
-	chmod 775 $(DESTDIR)$(SOCKDIR)
+	$(mkinstalldirs) $(DESTDIR)$(LOGDIR);
+	$(mkinstalldirs) $(DESTDIR)$(SOCKDIR);
+	$(INSTALL) c-icap.conf $(DESTDIR)$(CONFIGDIR)/c-icap.conf
+	$(INSTALL) c-icap.magic $(DESTDIR)$(CONFIGDIR)/c-icap.magic
 
 EXTRA_DIST = RECONF config-w32.h makefile.w32 c-icap.conf \
              c_icap_dll.mak c-icap.conf.in c-icap.magic  c_icap.mak c_icap.def \