cmd/mkinitfs: rename binary and move

This moves the main package to cmd/mkinitfs, and configures the compiled
binary to be named 'mkinitfs'. calling the full name
'postmarketos-mkinitfs' was unlikely to be used by anyone...

This move makes the project source layout more consistent with other Go
projects, and allows for adding more cmd/* things with their own main
packages later if we want
This commit is contained in:
Clayton Craft
2023-02-09 13:37:00 -08:00
parent 690d008643
commit f714f110a1
4 changed files with 8 additions and 11 deletions

2
.gitignore vendored
View File

@@ -1 +1 @@
/postmarketos-mkinitfs
/mkinitfs