diff --git a/general/genutils/bc.xml b/general/genutils/bc.xml
index ba8406d869..89f48728f5 100644
--- a/general/genutils/bc.xml
+++ b/general/genutils/bc.xml
@@ -48,7 +48,7 @@
program is needed to build the linux kernel. It is been moved
to LFS for LFS-7.4.
- &lfs73_checked;
+ &lfs74_checked;
Package Information
diff --git a/kde/core/kdelibs.xml b/kde/core/kdelibs.xml
index de6c25ea09..6f296e8674 100644
--- a/kde/core/kdelibs.xml
+++ b/kde/core/kdelibs.xml
@@ -32,7 +32,7 @@
This package includes programs and libraries that
are central to development and execution of KDE programs.
- &lfs73_checked;
+ &lfs74_checked;
Package Information
@@ -132,10 +132,11 @@ sed -i "s@applications.menu@kde-&@" \
mkdir build &&
-cd build &&
+cd build &&
+
cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; \
- -DSYSCONF_INSTALL_DIR=/etc \
- -DCMAKE_BUILD_TYPE=Release \
+ -DSYSCONF_INSTALL_DIR=/etc \
+ -DCMAKE_BUILD_TYPE=Release \
-DDOCBOOKXML_CURRENTDTD_DIR=/usr/share/xml/docbook/xml-dtd-&DocBook-version; \
.. &&
make
diff --git a/x/installing/libvdpau.xml b/x/installing/libvdpau.xml
index 0231b9a2d1..c97c1ddf42 100644
--- a/x/installing/libvdpau.xml
+++ b/x/installing/libvdpau.xml
@@ -36,7 +36,7 @@
VDPAU (Video Decode and Presentation API for Unix) is an open source
library (libvdpau) and API originally designed by Nvidia for its GeForce
- 8 series and later GPU hardware,[1][2] targeted at the X Window System
+ 8 series and later GPU hardware targeted at the X Window System
This VDPAU API allows video programs to offload portions of the video
decoding process and video post-processing to the GPU video-hardware.