diff options
author | Pierre Labastie <pieere@linuxfromscratch.org> | 2020-05-13 21:00:59 +0000 |
---|---|---|
committer | Pierre Labastie <pieere@linuxfromscratch.org> | 2020-05-13 21:00:59 +0000 |
commit | f1aad2eb3a6b9995010c88bbbcd4712713530fb0 (patch) | |
tree | 8c4f7c34f226d525f996fcd686ef41e05a050556 /chapter06/libcap.xml | |
parent | 0f70354165958e8ab775ee96657156c81a787340 (diff) |
Merge Upstream up to 11848
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross-chap5@11849 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/libcap.xml')
-rw-r--r-- | chapter06/libcap.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/libcap.xml b/chapter06/libcap.xml index 74704650d..8126dfaae 100644 --- a/chapter06/libcap.xml +++ b/chapter06/libcap.xml @@ -71,7 +71,7 @@ <para>Install the package and do some cleanup:</para> -<screen><userinput remap="install">make lib=lib install +<screen><userinput remap="install">make lib=lib PKGCONFIGDIR=/usr/lib/pkgconfig install chmod -v 755 /lib/libcap.so.&libcap-version; mv -v /lib/libpsx.a /usr/lib rm -v /lib/libcap.so |