[devtools,4/4] Makefile: sort program names

Message ID 20191105234047.1842520-4-eschwartz@archlinux.org
State Accepted, archived
Headers show
Series [devtools,1/4] arch-nspawn: restore cachedir handling for host_mirrors | expand

Commit Message

Emil Velikov via arch-projects Nov. 5, 2019, 11:40 p.m. UTC
Signed-off-by: Eli Schwartz <eschwartz@archlinux.org>
---
 Makefile | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Patch

diff --git a/Makefile b/Makefile
index a8e44ee..0eb7a88 100644
--- a/Makefile
+++ b/Makefile
@@ -4,19 +4,19 @@  PREFIX = /usr/local
 MANDIR = $(PREFIX)/share/man
 
 IN_PROGS = \
-	checkpkg \
-	commitpkg \
 	archco \
+	arch-nspawn \
 	archrelease \
 	archbuild \
-	lddd \
+	checkpkg \
+	commitpkg \
+	crossrepomove\
 	finddeps \
-	rebuildpkgs \
 	find-libdeps \
-	crossrepomove\
-	arch-nspawn \
+	lddd \
 	mkarchroot \
 	makechrootpkg \
+	rebuildpkgs \
 	sogrep
 
 BINPROGS = \