From 1a6a1759bddb0ff2659d8aa011179cbfb71f5bb4 Mon Sep 17 00:00:00 2001 From: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com> Date: Sun, 26 Dec 2021 22:16:54 +0000 Subject: [PATCH] makepkg: fix command to match standard (#7579) * makepkg: fix command to match standard * add \n --- pages/linux/makepkg.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/linux/makepkg.md b/pages/linux/makepkg.md index 3ad832ad3..3d7fd7ba0 100644 --- a/pages/linux/makepkg.md +++ b/pages/linux/makepkg.md @@ -28,6 +28,6 @@ `makepkg --verifysource` -- Generate and save the source information into `.srcinfo`: +- Generate and save the source information into `.SRCINFO`: -`makepkg --printsrcinfo > .srcinfo` +`makepkg --printsrcinfo > .SRCINFO`