[lfs] 02/02: libxcrypt: \ alignment; remove &&.
| Newsgroups | gmane.linux.lfs.book |
|---|---|
| Message-ID | <[email protected]> |
This is an automated email from the git hooks/post-receive script. git pushed a commit to branch multilib in repository lfs. commit e831df162f7d580cceff1f4779e9ac222fc828a5 Author: Zeckmathederg <[email protected]> AuthorDate: Fri Oct 3 18:50:55 2025 -0600 libxcrypt: \ alignment; remove &&. --- chapter08/libxcrypt.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/chapter08/libxcrypt.xml b/chapter08/libxcrypt.xml index 3e91a46e9..5719c2baf 100644 --- a/chapter08/libxcrypt.xml +++ b/chapter08/libxcrypt.xml @@ -127,7 +127,7 @@ cp -av --remove-destination .libs/libcrypt.so.1* /usr/lib</userinput></screen> <para>Prepare Libxcrypt for compilation:</para> -<screen><userinput remap="configure">CC="gcc -m32" \ +<screen><userinput remap="configure">CC="gcc -m32" \ ./configure --prefix=/usr \ --host=i686-pc-linux-gnu \ --libdir=/usr/lib32 \ @@ -142,8 +142,8 @@ cp -av --remove-destination .libs/libcrypt.so.1* /usr/lib</userinput></screen> <para>Install the package:</para> -<screen><userinput remap="install">cp -av .libs/libcrypt.so* /usr/lib32/ && -make install-pkgconfigDATA && +<screen><userinput remap="install">cp -av .libs/libcrypt.so* /usr/lib32/ +make install-pkgconfigDATA ln -svf libxcrypt.pc /usr/lib32/pkgconfig/libcrypt.pc</userinput></screen> </sect2><!-- m32 --> @@ -160,7 +160,7 @@ ln -svf libxcrypt.pc /usr/lib32/pkgconfig/libcrypt.pc</userinput></screen> <para>Prepare Libxcrypt for compilation:</para> -<screen><userinput remap="configure">CC="gcc -mx32" \ +<screen><userinput remap="configure">CC="gcc -mx32" \ ./configure --prefix=/usr \ --host=x86_64-pc-linux-gnux32 \ --libdir=/usr/libx32 \ @@ -175,8 +175,8 @@ ln -svf libxcrypt.pc /usr/lib32/pkgconfig/libcrypt.pc</userinput></screen> <para>Install the package:</para> -<screen><userinput remap="install">cp -av .libs/libcrypt.so* /usr/libx32/ && -make install-pkgconfigDATA && +<screen><userinput remap="install">cp -av .libs/libcrypt.so* /usr/libx32/ +make install-pkgconfigDATA ln -svf libxcrypt.pc /usr/libx32/pkgconfig/libcrypt.pc</userinput></screen> </sect2><!-- mx32 --> -- To stop receiving notification emails like this one, please contact the administrator of this repository. -- http://lists.linuxfromscratch.org/sympa/info/lfs-book Unsubscribe: See the above information page