mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-22 21:29:23 +01:00
Also copying pkgconfig files
This commit is contained in:
parent
1b6a83cc28
commit
903abd72a2
@ -326,10 +326,12 @@ meson setup .. \
|
||||
|
||||
<!-- Only install needed libs from lib32 as opposed to installing all libs
|
||||
Needed libs: libudev.so*
|
||||
libsystemd.so*-->
|
||||
libsystemd.so*
|
||||
Also install pkgconfig files -->
|
||||
<screen><userinput remap="install">LANG=en_US.UTF-8 DESTDIR=$PWD/DESTDIR ninja install
|
||||
cp -v DESTDIR/usr/lib32/libsystemd.so* /usr/lib32/
|
||||
cp -v DESTDIR/usr/lib32/libudev.so* /usr/lib32/
|
||||
cp -v DESTDIR/usr/lib32/pkgconfig/* /usr/lib32/pkgconfig/
|
||||
rm -rf DESTDIR</userinput></screen>
|
||||
|
||||
</sect2><!-- m32 -->
|
||||
@ -381,6 +383,7 @@ meson setup .. \
|
||||
<screen><userinput remap="install">LANG=en_US.UTF-8 DESTDIR=$PWD/DESTDIR ninja install
|
||||
cp -v DESTDIR/usr/libx32/libsystemd.so* /usr/libx32/
|
||||
cp -v DESTDIR/usr/libx32/libudev.so* /usr/libx32/
|
||||
cp -v DESTDIR/usr/libx32/pkgconfig/* /usr/libx32/pkgconfig/
|
||||
rm -rf DESTDIR</userinput></screen>
|
||||
|
||||
</sect2><!-- mx32 -->
|
||||
|
Loading…
Reference in New Issue
Block a user