From c2915e6e8e117389dba72ec9651225b2c938016d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98rjan=20Malde?= Date: Thu, 24 Aug 2023 19:11:53 +0200 Subject: groups.d/211.native_packages_cmdline.group: tree: bump to v2.1.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ørjan Malde --- patches/tree-2.1.0_pre.local.patch | 21 --------------------- patches/tree-2.1.1_pre.local.patch | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 patches/tree-2.1.0_pre.local.patch create mode 100644 patches/tree-2.1.1_pre.local.patch (limited to 'patches') diff --git a/patches/tree-2.1.0_pre.local.patch b/patches/tree-2.1.0_pre.local.patch deleted file mode 100644 index 2c868850..00000000 --- a/patches/tree-2.1.0_pre.local.patch +++ /dev/null @@ -1,21 +0,0 @@ -diff -ru tree-2.0.4.orig/Makefile tree-2.0.4/Makefile ---- tree-2.0.4.orig/Makefile 2022-09-06 15:31:53.000000000 +0200 -+++ tree-2.0.4/Makefile 2022-09-10 22:06:29.081774574 +0200 -@@ -26,7 +26,7 @@ - DESTDIR=${PREFIX}/bin - MAN=tree.1 - # Probably needs to be ${PREFIX}/share/man for most systems now --MANDIR=${PREFIX}/man -+MANDIR=${DESTDIR}${PREFIX}/man - OBJS=tree.o list.o hash.o color.o file.o filter.o info.o unix.o xml.o json.o html.o strverscmp.o - - # Uncomment options below for your particular OS: -@@ -105,7 +105,7 @@ - install: tree - $(INSTALL) -d $(DESTDIR) - $(INSTALL) -d $(MANDIR)/man1 -- $(INSTALL) $(TREE_DEST) $(DESTDIR)/$(TREE_DEST); \ -+ $(INSTALL) $(TREE_DEST) $(DESTDIR)/bin/$(TREE_DEST); \ - $(INSTALL) -m 644 doc/$(MAN) $(MANDIR)/man1/$(MAN) - - distclean: diff --git a/patches/tree-2.1.1_pre.local.patch b/patches/tree-2.1.1_pre.local.patch new file mode 100644 index 00000000..2c868850 --- /dev/null +++ b/patches/tree-2.1.1_pre.local.patch @@ -0,0 +1,21 @@ +diff -ru tree-2.0.4.orig/Makefile tree-2.0.4/Makefile +--- tree-2.0.4.orig/Makefile 2022-09-06 15:31:53.000000000 +0200 ++++ tree-2.0.4/Makefile 2022-09-10 22:06:29.081774574 +0200 +@@ -26,7 +26,7 @@ + DESTDIR=${PREFIX}/bin + MAN=tree.1 + # Probably needs to be ${PREFIX}/share/man for most systems now +-MANDIR=${PREFIX}/man ++MANDIR=${DESTDIR}${PREFIX}/man + OBJS=tree.o list.o hash.o color.o file.o filter.o info.o unix.o xml.o json.o html.o strverscmp.o + + # Uncomment options below for your particular OS: +@@ -105,7 +105,7 @@ + install: tree + $(INSTALL) -d $(DESTDIR) + $(INSTALL) -d $(MANDIR)/man1 +- $(INSTALL) $(TREE_DEST) $(DESTDIR)/$(TREE_DEST); \ ++ $(INSTALL) $(TREE_DEST) $(DESTDIR)/bin/$(TREE_DEST); \ + $(INSTALL) -m 644 doc/$(MAN) $(MANDIR)/man1/$(MAN) + + distclean: -- cgit v1.2.3