-Remove an useless sed in udev-extras.

-change general.ent reference to packages.ent in template

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@14129 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Pierre Labastie 2014-08-30 06:39:13 +00:00
parent 00270137fb
commit e248af7920
2 changed files with 2 additions and 3 deletions

View File

@ -118,8 +118,7 @@
<para>First, re-build eudev:</para>
<screen><userinput>sed -i '/struct ucred/i struct ucred;' src/libudev/util.h &amp;&amp;
sed -r -i 's|/usr(/bin/test)|\1|' test/udev-test.pl &amp;&amp;
<screen><userinput>sed -r -i 's|/usr(/bin/test)|\1|' test/udev-test.pl &amp;&amp;
./configure --prefix=/usr \
--bindir=/sbin \

View File

@ -4,7 +4,7 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!-- Place this in the general.ent file
<!-- Place this in the packages.ent file
<!ENTITY TEMPLATE-version "">
-->