]> git.armaanb.net Git - asd-repo.git/blobdiff - extra/e2fsprogs/build
gmake: new package at 4.3
[asd-repo.git] / extra / e2fsprogs / build
index 715722fee0b0535b8a37ff9c6880b75afdcac5ff..a1fe6c2e0e8dd07eacddca77c6a593dce1955391 100755 (executable)
@@ -15,8 +15,8 @@ export LDFLAGS="$LDFLAGS -static"
     --disable-elf-shlibs
 
 # MKDIR_P fixes an install issue on musl/busybox.
-make
-make MKDIR_P="install -d" DESTDIR="$1" install
+gmake
+gmake MKDIR_P="install -d" DESTDIR="$1" install
 
 # Our e2fsprogs build uses the private libblkid
 # and libuuid libraries which ship with it.