9 lines
144 B
Text
9 lines
144 B
Text
How to test before commit:
|
|
|
|
makepkg -C --noarchive
|
|
|
|
Do *not* use:
|
|
|
|
makepkg -Cf
|
|
|
|
The latter would overwrite old packages in the archive.
|