mirror of
https://github.com/dguglielmi/sunny-overlay.git
synced 2025-12-06 11:42:40 +01:00
app-forensics/pev: add pev-0.81_p20220203
This commit is contained in:
11
app-forensics/pev/files/pev-fix-manpages-compression.patch
Normal file
11
app-forensics/pev/files/pev-fix-manpages-compression.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
diff -dNur a/src/Makefile b/src/Makefile
|
||||
--- a/src/Makefile 2022-08-14 00:20:29.499231275 +0200
|
||||
+++ b/src/Makefile 2022-08-14 00:21:54.135805153 +0200
|
||||
@@ -157,7 +157,7 @@
|
||||
for prog in $(PROGS); do \
|
||||
$(INSTALL_PROGRAM) $(INSTALL_FLAGS) $(pev_BUILDDIR)/$$prog $(DESTDIR)$(bindir); \
|
||||
$(CHK_FILE_EXISTS) $(MANDIR)/$$prog$(man1ext) && \
|
||||
- gzip -c -9 $(MANDIR)/$$prog$(man1ext) > $(DESTDIR)$(man1dir)/$$prog$(man1ext).gz || \
|
||||
+ mv $(MANDIR)/$$prog$(man1ext) $(DESTDIR)$(man1dir)/$$prog$(man1ext) || \
|
||||
echo -n; \
|
||||
done
|
||||
Reference in New Issue
Block a user