summaryrefslogtreecommitdiffstats
path: root/coreutils-uutils/build-stty.patch
blob: b08c8fd308ae1ee1e38f90384fd9ec8a21ddc54c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -75,8 +75,8 @@
 PROGS       := \
 	base32 \
 	base64 \
-	basenc \
 	basename \
+	basenc \
 	cat \
 	cksum \
 	comm \
@@ -108,8 +108,8 @@
 	more \
 	mv \
 	nl \
-	numfmt \
 	nproc \
+	numfmt \
 	od \
 	paste \
 	pr \
@@ -127,6 +127,7 @@
 	sleep \
 	sort \
 	split \
+	stty \
 	sum \
 	sync \
 	tac \