File norootforbuild.patch of Package mlterm
diff -ru mlterm-2.8.0.20040119.orig/configure.in mlterm-2.8.0.20040119/configure.in --- mlterm-2.8.0.20040119.orig/configure.in 2004-01-19 13:11:50.000000000 +0100 +++ mlterm-2.8.0.20040119/configure.in 2004-01-19 15:02:44.797301016 +0100 @@ -190,7 +190,7 @@ 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