Add 'mksrcinfo' alias, since that command no longer exists

This commit is contained in:
Adam Goldsmith 2018-03-07 14:55:57 -05:00
parent ff0ce7fe92
commit 38da9ca7fc
1 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
## makepkg
alias fmakepkg='PKGEXT='''.pkg.tar''' makepkg'
alias fmakepkg='PKGEXT='''.pkg.tar''' makepkg'
alias mksrcinfo='makepkg --printsrcinfo > .SRCINFO'