[packages/diffstat] explicit paths for decompressors
atler
atler at pld-linux.org
Sun Jun 22 16:30:09 CEST 2025
commit 17e72608d907614174a99cfde448878ec4ac884a
Author: Jan Palus <atler at pld-linux.org>
Date: Sun Jun 22 16:28:47 2025 +0200
explicit paths for decompressors
diffstat.spec | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
---
diff --git a/diffstat.spec b/diffstat.spec
index 245ee5a..ffe76de 100644
--- a/diffstat.spec
+++ b/diffstat.spec
@@ -53,7 +53,16 @@ istatistiksel bilgiler çıkartır.
%build
%{__autoconf}
%{__autoheader}
-%configure
+%configure \
+ BZCAT=/usr/bin/bzcat \
+ BZIP2=/usr/bin/bzip2 \
+ COMPRESS=/usr/bin/compress \
+ GZIP=/bin/gzip \
+ LZCAT=/usr/bin/lzcat \
+ UNCOMPRESS=/usr/bin/uncompress \
+ XZ=/usr/bin/xz \
+ ZCAT=/bin/zcat \
+ ZSTD=/usr/bin/zstd
%{__make}
%install
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/diffstat.git/commitdiff/17e72608d907614174a99cfde448878ec4ac884a
More information about the pld-cvs-commit
mailing list