Browse Source

Compiling: fix Mageia oneliner

Bash does not seem to like parsing several strings at once.
Rémi Verschelde 9 years ago
parent
commit
a6ead9aff0
1 changed files with 2 additions and 2 deletions
  1. 2 2
      reference/compiling_for_x11.rst

+ 2 - 2
reference/compiling_for_x11.rst

@@ -39,8 +39,8 @@ Distro-specific oneliners
 +---------------+------------------------------------------------------------------------------------------------------------+
 +---------------+------------------------------------------------------------------------------------------------------------+
 | **Mageia**    | ::                                                                                                         |
 | **Mageia**    | ::                                                                                                         |
 |               |                                                                                                            |
 |               |                                                                                                            |
-|               |     urpmi scons pkgconfig "pkgconfig(alsa) pkgconfig(freetype2) pkgconfig(glu) pkgconfig(libpulse)" \      |
-|               |         "pkgconfig(openssl) pkgconfig(udev) pkgconfig(x11) pkgconfig(xcursor) pkgconfig(xinerama)" \       |
+|               |     urpmi scons pkgconfig "pkgconfig(alsa)" "pkgconfig(freetype2)" "pkgconfig(glu)" "pkgconfig(libpulse)" \|
+|               |         "pkgconfig(openssl)" "pkgconfig(udev)" "pkgconfig(x11)" "pkgconfig(xcursor)" "pkgconfig(xinerama)"\|
 |               |         "pkgconfig(xrandr)"                                                                                |
 |               |         "pkgconfig(xrandr)"                                                                                |
 +---------------+------------------------------------------------------------------------------------------------------------+
 +---------------+------------------------------------------------------------------------------------------------------------+
 | **Ubuntu**    | ::                                                                                                         |
 | **Ubuntu**    | ::                                                                                                         |