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

chninkel at users.sourceforge.net chninkel at users.sourceforge.net
Thu Jul 11 01:02:52 CEST 2013


Revision: 21494
          http://gar.svn.sourceforge.net/gar/?rev=21494&view=rev
Author:   chninkel
Date:     2013-07-10 23:02:52 +0000 (Wed, 10 Jul 2013)
Log Message:
-----------
proftpd/trunk: use the real current group name to perform installation

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

Modified: csw/mgar/pkg/proftpd/trunk/Makefile
===================================================================
--- csw/mgar/pkg/proftpd/trunk/Makefile	2013-07-10 23:02:28 UTC (rev 21493)
+++ csw/mgar/pkg/proftpd/trunk/Makefile	2013-07-10 23:02:52 UTC (rev 21494)
@@ -43,7 +43,7 @@
 
 MIGRATE_FILES   = proftpd.conf
 
-EXTRA_CONFIGURE_ENV  = install_user=$(USER) install_group=csw
+EXTRA_CONFIGURE_ENV  = install_user=$(shell id -un) install_group=$(shell id -gn)
 EXTRA_CONFIGURE_ENV += LD_LIBRARY_PATH="$(libdir)"
 
 libexecdir = $(libdir)/proftpd

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