diff options
author | Samuel Thibault <sthibault@debian.org> | 2015-05-28 08:48:17 +0000 |
---|---|---|
committer | Samuel Thibault <sthibault@debian.org> | 2015-05-28 08:48:17 +0000 |
commit | 503e9a16f00d46ea1693ebb055b5b3aa74bd1b5e (patch) | |
tree | d078975f82a37a5a944bb486da4e5e4a35b0d9de /po/pot | |
parent | a611cb346ef13bc35e5b829b4cc73c190f1894c8 (diff) | |
download | installation-guide-503e9a16f00d46ea1693ebb055b5b3aa74bd1b5e.zip |
fix unpacking tar.xz
Diffstat (limited to 'po/pot')
-rw-r--r-- | po/pot/post-install.pot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/pot/post-install.pot b/po/pot/post-install.pot index 4a1c0fcb7..44c6296d1 100644 --- a/po/pot/post-install.pot +++ b/po/pot/post-install.pot @@ -702,7 +702,7 @@ msgid "" "build your custom kernel, but this is easiest as it does not require special " "permissions. </para> </footnote>. We'll also assume that your kernel version " "is &kernelversion;. Make sure you are in the directory to where you want to " -"unpack the kernel sources, extract them using <userinput>tar xjf /usr/src/" +"unpack the kernel sources, extract them using <userinput>tar xf /usr/src/" "linux-source-&kernelversion;.tar.xz</userinput> and change to the directory " "<filename>linux-source-&kernelversion;</filename> that will have been " "created." |