diff --git a/postlfs/filesystems/lvm2.xml b/postlfs/filesystems/lvm2.xml
index da49af1a4d..68148bd281 100644
--- a/postlfs/filesystems/lvm2.xml
+++ b/postlfs/filesystems/lvm2.xml
@@ -159,7 +159,7 @@ unset SAVEPATH
as the root user:
-make -C tools install_tools_dynamic &&
+make -C tools install_tools_dynamic &&
make -C udev install &&
make -C libdm install
diff --git a/x/wm/openbox.xml b/x/wm/openbox.xml
index 5b84003474..45b24008b2 100644
--- a/x/wm/openbox.xml
+++ b/x/wm/openbox.xml
@@ -194,7 +194,7 @@ make
edit it:
-cp -rf /etc/xdg/openbox ~/.config
+cp -rf /etc/xdg/openbox ~/.config
~/.config/openbox/menu.xml can be edited with a
@@ -228,7 +228,7 @@ make
available themes with the command:
-ls -d /usr/share/themes/*/openbox-3 | sed 's#.*es/##;s#/o.*##'
+ls -d /usr/share/themes/*/openbox-3 | sed 's#.*es/##;s#/o.*##'
@@ -239,7 +239,7 @@ make
Xorg:
-echo openbox > ~/.xinitrc
+echo openbox > ~/.xinitrc
If you want to set a background image to your desktop you can use
@@ -247,7 +247,7 @@ make
openbox:
-cat > ~/.xinitrc << "EOF"
+cat > ~/.xinitrc << "EOF"
display -backdrop -window root /path/to/beautiful/picture.jpeg
exec openbox
EOF
@@ -258,7 +258,7 @@ EOF
random each time you xinit:
-cat > ~/.xinitrc << "EOF"
+cat > ~/.xinitrc << "EOF"
# make an array which lists the pictures:
picture_list=(~/.config/backgrounds/*)
# create a random integer between 0 and the number of pictures:
@@ -276,7 +276,7 @@ EOF
:
-cat > ~/.xinitrc << "EOF"
+cat > ~/.xinitrc << "EOF"
. /etc/profile
picture_list=(~/.config/backgrounds/*)
random_number=$(( ${RANDOM} % ${#picture_list[*]} ))