summaryrefslogtreecommitdiffhomepage
path: root/patches
diff options
context:
space:
mode:
authorØrjan Malde <red@foxi.me>2022-09-10 22:08:01 +0200
committerØrjan Malde <red@foxi.me>2022-09-10 22:08:01 +0200
commit715cb624f1d2cdf81ae8882798ae8d55fa057b42 (patch)
treee362db6ba1336299fed274e08766a4c68084b194 /patches
parentee38fddca51a6d237786a76522b54999870e67d9 (diff)
downloadmidipix_build-715cb624f1d2cdf81ae8882798ae8d55fa057b42.tar.bz2
midipix_build-715cb624f1d2cdf81ae8882798ae8d55fa057b42.tar.xz
groups/211.native_packages_cmdline.group: tree: bump to v2.0.4
Signed-off-by: Ørjan Malde <red@foxi.me>
Diffstat (limited to 'patches')
-rw-r--r--patches/tree-2.0.3_pre.local.patch12
-rw-r--r--patches/tree-2.0.4_pre.local.patch21
2 files changed, 21 insertions, 12 deletions
diff --git a/patches/tree-2.0.3_pre.local.patch b/patches/tree-2.0.3_pre.local.patch
deleted file mode 100644
index 349747e7..00000000
--- a/patches/tree-2.0.3_pre.local.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -ru tree-2.0.3.orig/Makefile tree-2.0.3/Makefile
---- tree-2.0.3.orig/Makefile 2022-08-29 16:06:51.186529283 +0200
-+++ tree-2.0.3/Makefile 2022-08-29 16:07:26.594528175 +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:
diff --git a/patches/tree-2.0.4_pre.local.patch b/patches/tree-2.0.4_pre.local.patch
new file mode 100644
index 00000000..2c868850
--- /dev/null
+++ b/patches/tree-2.0.4_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: