[csw-devel] SF.net SVN: gar:[21498] csw/mgar/pkg/proftpd/trunk/Makefile

chninkel at users.sourceforge.net chninkel at users.sourceforge.net
Thu Jul 11 12:45:52 CEST 2013


Revision: 21498
          http://gar.svn.sourceforge.net/gar/?rev=21498&view=rev
Author:   chninkel
Date:     2013-07-11 10:45:50 +0000 (Thu, 11 Jul 2013)
Log Message:
-----------
proftpd/trunk: fix local state directory location

Modified Paths:
--------------
    csw/mgar/pkg/proftpd/trunk/Makefile

Modified: csw/mgar/pkg/proftpd/trunk/Makefile
===================================================================
--- csw/mgar/pkg/proftpd/trunk/Makefile	2013-07-11 09:07:27 UTC (rev 21497)
+++ csw/mgar/pkg/proftpd/trunk/Makefile	2013-07-11 10:45:50 UTC (rev 21498)
@@ -47,11 +47,10 @@
 EXTRA_CONFIGURE_ENV += LD_LIBRARY_PATH="$(libdir)"
 
 libexecdir = $(libdir)/proftpd
-localstatedir = /var/run/proftpd
+localstatedir = /var/run/
 
 CONFIGURE_ARGS += $(DIRPATHS)
 CONFIGURE_ARGS += --libexecdir=$(libdir)/proftpd
-CONFIGURE_ARGS += --localstatedir=/var/run/proftpd
 CONFIGURE_ARGS += --enable-dso --disable-static
 CONFIGURE_ARGS += --enable-facl
 CONFIGURE_ARGS += --enable-openssl
@@ -115,7 +114,6 @@
 	ginstall -d $(DESTDIR)$(sysconfdir)/init.d
 	ginstall -d $(DESTDIR)$(docdir)/proftpd
 	ginstall -d $(DESTDIR)$(localstatedir)/proftpd
-	ginstall -d $(DESTDIR)$(localstatedir)/proftpd/logs
 	cp $(WORKDIR)/cswproftpd $(DESTDIR)$(sysconfdir)/init.d/
 	cd $(WORKSRC); cp -r $(PROFTPDDOC) $(DESTDIR)$(docdir)/proftpd
 	cd $(WORKSRC)/contrib ; cp $(CONTRIBUTILS) $(DESTDIR)$(bindir)

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list