[csw-devel] SF.net SVN: gar:[21495] csw/mgar/pkg/proftpd/trunk/Makefile
chninkel at users.sourceforge.net
chninkel at users.sourceforge.net
Thu Jul 11 01:19:30 CEST 2013
Revision: 21495
http://gar.svn.sourceforge.net/gar/?rev=21495&view=rev
Author: chninkel
Date: 2013-07-10 23:19:27 +0000 (Wed, 10 Jul 2013)
Log Message:
-----------
proftpd/trunk: use xpg id rather than standard id command to find current user and group
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:52 UTC (rev 21494)
+++ csw/mgar/pkg/proftpd/trunk/Makefile 2013-07-10 23:19:27 UTC (rev 21495)
@@ -43,7 +43,7 @@
MIGRATE_FILES = proftpd.conf
-EXTRA_CONFIGURE_ENV = install_user=$(shell id -un) install_group=$(shell id -gn)
+EXTRA_CONFIGURE_ENV = install_user=$(shell /usr/xpg4/bin/id -un) install_group=$(shell /usr/xpg4/bin/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