File norootforbuild.patch of Package mlterm
Index: configure.in =================================================================== --- configure.in.orig +++ configure.in @@ -313,7 +313,7 @@ if test "$utmp" = "yes" ; then UTMP_CFLAGS="-DUSE_UTMP" has_utmp=`grep utmp /etc/group 2>/dev/null` if test "$has_utmp" ; then - INSTALL_OPT="-m 2755 -g utmp" + INSTALL_OPT="-m 755" else INSTALL_OPT="-m 4755 -o root" fi