summaryrefslogtreecommitdiff
blob: 76e1f1506157a6a70e18a22634d56d2f165f1029 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
https://bugs.gentoo.org/887255
https://github.com/jnovy/pxz/issues/34
https://github.com/jnovy/pxz/pull/40

From 20014a968d2330ac90f48fc2091e15a44cb1e759 Mon Sep 17 00:00:00 2001
From: Tobias Faller <fallert@tf.uni-freiburg.de>
Date: Tue, 20 Dec 2022 22:41:59 +0100
Subject: [PATCH] Updated default path for xz binary

--- a/pxz.c
+++ b/pxz.c
@@ -43,7 +43,7 @@
 #endif
 
 #ifndef XZ_BINARY
-#define XZ_BINARY "xz"
+#define XZ_BINARY "/usr/bin/xz"
 #endif
 
 #define BUFFSIZE 0x10000