moreutils: Update to 0.62 and switch to git tarball

It's more generic in addition to being the source for the debian package.

PKG_BUILD_PARALLEL was explicitly set to no just in case as I see no
handling for it in the Makefile.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
Rosen Penev
2018-09-02 15:19:02 -07:00
parent 5afeb3f9c8
commit 70ddd72b98
3 changed files with 10 additions and 8 deletions
@@ -1,6 +1,6 @@
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@
@@ -13,7 +13,7 @@ endif
DOCBOOK2XMAN=xsltproc --param man.authors.section.enabled 0 $(DOCBOOKXSL)/manpages/docbook.xsl
@@ -8,8 +8,8 @@
+all: $(BINS)
clean:
rm -f $(BINS) $(MANS) dump.c errnos.h errno.o
@@ -27,9 +27,6 @@
rm -f $(BINS) $(MANS) dump.c errnos.h errno.o \
@@ -28,9 +28,6 @@ install:
$(INSTALL_BIN) $(BINS) $(DESTDIR)$(PREFIX)/bin
install $(PERLSCRIPTS) $(DESTDIR)$(PREFIX)/bin