mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user