From d869188b5d3db03d1466c62b5afc89481088a676 Mon Sep 17 00:00:00 2001 From: tuxillo Date: Sun, 13 Jan 2019 00:21:22 +0000 Subject: [PATCH] --- docs/howtos/HowToUpdateChromium/index.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/howtos/HowToUpdateChromium/index.mdwn b/docs/howtos/HowToUpdateChromium/index.mdwn index 0615da17..ae4a104a 100644 --- a/docs/howtos/HowToUpdateChromium/index.mdwn +++ b/docs/howtos/HowToUpdateChromium/index.mdwn @@ -99,7 +99,7 @@ Normally we would import the next Chromium version that is in FreeBSD ports. In * Import the tarball to your newly created branch: - # tar --strip-components 1 --xzf /usr/distfiles/chromium-68.0.3440.106.tar.xz + # tar --strip-components 1 -xzf /usr/distfiles/chromium-68.0.3440.106.tar.xz # git add -f . # git commit --amend -m 'Initial import chromium-68.0.3440.106' -- 2.41.0