bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: coreutils-6.10 released (stable)


From: Jim Meyering
Subject: Re: coreutils-6.10 released (stable)
Date: Wed, 23 Jan 2008 14:30:11 +0100

"Zvi Har'El" <address@hidden> wrote:
> A  minor bug: missing semicolon if "--enable-install-program=su"
> configure option is selected

Thanks a lot!
Note I have to change Makefile.am, not the generated file, Makefile.in.

2008-01-23  Zvi Har'El  <address@hidden>

        Add a ";", so "make install" works with --enable-install-program=su.
        * src/Makefile.am (install_su): Add a semicolon.  (tiny change)


diff --git a/src/Makefile.am b/src/Makefile.am
index efcea5b..a0b1d0c 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -170,7 +170,7 @@ install_su =                                                
\
     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
--
1.5.4.rc4.15.g80bce




reply via email to

[Prev in Thread] Current Thread [Next in Thread]