diff -r 750e4ab6969e -r 449992904128 components/proftpd/Makefile --- a/components/proftpd/Makefile Thu Jun 20 10:55:07 2013 -0700 +++ b/components/proftpd/Makefile Fri Jun 21 01:37:46 2013 -0700 @@ -59,7 +59,7 @@ CONFIGURE_OPTIONS += CFLAGS="$(CFLAGS) -I/usr/include/kerberosv5 -DHAVE_KRB5_H=1 -DKRB5_DLLIMP= -DHAVE__GETGRPSBYMEMBER" # Force immediate binding because of chroot(). CONFIGURE_OPTIONS += LDFLAGS="-z guidance=nolazyload -z nolazyload -lbsm" -CONFIGURE_OPTIONS += install_user=$(LOGNAME) +CONFIGURE_OPTIONS += install_user=`id -nu` CONFIGURE_OPTIONS += install_group=`groups | cut -f 1 -d ' '` CONFIGURE_OPTIONS += --sysconfdir=$(ETCDIR) CONFIGURE_OPTIONS += --localstatedir=/var/run