Pārlūkot izejas kodu

e2fsprogs: group disable and enable together

As reported by Yann E. Morin, it is more readable when all disable
options are grouped together, and all enable options are grouped
together. Fix this in e2fsprogs.mk.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Thomas Petazzoni 7 gadi atpakaļ
vecāks
revīzija
9613674df4
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      package/e2fsprogs/e2fsprogs.mk

+ 1 - 1
package/e2fsprogs/e2fsprogs.mk

@@ -26,8 +26,8 @@ HOST_E2FSPROGS_CONF_OPTS = \
 	--disable-fuse2fs \
 	--disable-fuse2fs \
 	--disable-libblkid \
 	--disable-libblkid \
 	--disable-libuuid \
 	--disable-libuuid \
-	--enable-symlink-install \
 	--disable-testio-debug \
 	--disable-testio-debug \
+	--enable-symlink-install \
 	--enable-elf-shlibs
 	--enable-elf-shlibs
 
 
 # Set the binary directories to "/bin" and "/sbin", as busybox does,
 # Set the binary directories to "/bin" and "/sbin", as busybox does,