diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2012-09-25 18:59:37 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2012-09-25 18:59:37 +0000 |
commit | 14377f4ac060f66ca3f7c55388d148428fa401d3 (patch) | |
tree | 1f9d6253d5a7e058666f33d0da3eefadc552debb /chapter06/pkgmgt.xml | |
parent | a764ff2e68cd9ca7fb76ceec34cb6e4a1a906446 (diff) |
Update LFS target architectures.
Fix a url in pkgmgfor LFS.
Tweak a debian udev script for LFS.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9998 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/pkgmgt.xml')
-rw-r--r-- | chapter06/pkgmgt.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/pkgmgt.xml b/chapter06/pkgmgt.xml index a9ab07841..8b563ec33 100644 --- a/chapter06/pkgmgt.xml +++ b/chapter06/pkgmgt.xml @@ -218,7 +218,7 @@ make DESTDIR=/usr/pkg/libfoo/1.1 install</userinput></screen> <para>This approach is used by most of the package managers found in the commercial distributions. Examples of package managers that follow this approach are RPM (which, incidentally, is required by the <ulink - url="http://www.linux-foundation.org/en/Specifications">Linux + url="http://refspecs.linuxfoundation.org/lsb.shtml">Linux Standard Base Specification</ulink>), pkg-utils, Debian's apt, and Gentoo's Portage system. A hint describing how to adopt this style of package management for LFS systems is located at <ulink |