[packages/cacti-spine] fix help2man
    glen 
    glen at pld-linux.org
       
    Thu Feb 25 22:29:50 CET 2016
    
    
  
commit d8f950856ae5a0390ffe69de1d12bba1f73badb3
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Thu Feb 25 23:29:16 2016 +0200
    fix help2man
    
    make seems to resolve $<, force ./ path
 man-dep.patch | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/man-dep.patch b/man-dep.patch
index 7cfa3d4..fd7c98b 100644
--- a/man-dep.patch
+++ b/man-dep.patch
@@ -8,5 +8,5 @@ http://bugs.cacti.net/view.php?id=2663
  
 -spine.1: spine.c 
 -	$(HELP2MAN) --output=$@ --name='Data Collector for Cacti' --no-info --version-option='--version' ./spine
-+spine.1: ./spine
-+	$(HELP2MAN) --output=$@ --name='Data Collector for Cacti' --no-info --version-option='--version' $<
++spine.1: spine
++	$(HELP2MAN) --output=$@ --name='Data Collector for Cacti' --no-info --version-option='--version' ./$<
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/cacti-spine.git/commitdiff/d8f950856ae5a0390ffe69de1d12bba1f73badb3
    
    
More information about the pld-cvs-commit
mailing list