makepkg: fix command to match standard (#7579)

* makepkg: fix command to match standard
* add \n
feature/windows-fix-syntax-2
CleanMachine1 2021-12-26 22:16:54 +00:00 committed by GitHub
parent e86b50be30
commit 1a6a1759bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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`