A minor bug: missing semicolon if "--enable-install-program=su"
configure option is selected
Patch:
--- coreutils-6.10/src/Makefile.in.~20080122004942~ 2008-01-22
02:49:42.000000000 +0200
+++ coreutils-6.10/src/Makefile.in 2008-01-23 10:53:33.000000000 +0200
@@ -1274,7 +1274,7 @@
echo " chown root $(installed_su)"; \
chown root $(installed_su); \
echo " chmod $(setuid_root_mode) $(installed_su)"; \
- chmod $(setuid_root_mode) $(installed_su) \
+ chmod $(setuid_root_mode) $(installed_su); \
else \
:; \
fi
On 22/01/08 23:18, Jim Meyering wrote:
Coreutils version 6.10 has been released. This is a stable release.
Please report any build problems or test failures to the
bug-coreutils@gnu.org mailing list.
** New build options
By default, "make install" no longer attempts to install (or even build) su.
To change that, use ./configure --enable-install-program=su.
If you also want to install the new "arch" program, do this:
./configure --enable-install-program=arch,su.
--
Dr. Zvi Har'El mailto:[EMAIL PROTECTED] Department of Mathematics
tel:+972-54-4227607 Technion - Israel Institute of Technology
fax:+972-4-8293388 http://www.math.technion.ac.il/~rl/ Haifa 32000, ISRAEL
"If you can't say somethin' nice, don't say nothin' at all." -- Thumper (1942)
_______________________________________________
Bug-coreutils mailing list
Bug-coreutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-coreutils