[Forensics-changes] [grokevt] 01/01: d/p/01-config-path: update patch

Samuel Henrique samueloph-guest at moszumanska.debian.org
Tue Jul 4 02:43:20 UTC 2017


This is an automated email from the git hooks/post-receive script.

samueloph-guest pushed a commit to branch debian/master
in repository grokevt.

commit 045c2932b819e758d141ebcc7b164af907b0fcfa
Author: Samuel Henrique <samueloph at gmail.com>
Date:   Mon Jul 3 23:41:04 2017 -0300

    d/p/01-config-path: update patch
---
 debian/patches/01-config-path.patch | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

diff --git a/debian/patches/01-config-path.patch b/debian/patches/01-config-path.patch
index 38de066..14aaf71 100644
--- a/debian/patches/01-config-path.patch
+++ b/debian/patches/01-config-path.patch
@@ -1,6 +1,7 @@
 Description: Fixing config path.
 Author: Christophe Monniez <christophe.monniez at fccu.be>
-Last-Update: 2008-09-02
+        Samuel Henrique <samueloph at gmail.com>
+Last-Update: 2017-07-03
 Index: grokevt/lib/grokevt.py
 ===================================================================
 --- grokevt.orig/lib/grokevt.py
@@ -30,3 +31,14 @@ Index: grokevt/Makefile
  DOC_PREFIX=$(PREFIX)/share/doc/grokevt
  MAN_PREFIX=$(PREFIX)/man
  
+@@ -35,8 +35,8 @@ install: all
+ 	cp -r $(BUILD_BIN)/* $(BIN_PREFIX)
+ 	cp -r $(BUILD_ETC)/* $(ETC_PREFIX)
+ 	cp -r $(BUILD_DOC)/* $(DOC_PREFIX)
+-	if [ "x$(PYTHON_PATH)" != "x" ]; then $(PYTHON_PATH) grokevt-distutils.py install; fi
+-	if [ "x$(PYTHON3_PATH)" != "x" ]; then $(PYTHON_PATH) grokevt-distutils.py install; fi
++	if [ "x$(PYTHON_PATH)" != "x" ]; then $(PYTHON_PATH) grokevt-distutils.py install --install-layout=deb; fi
++	if [ "x$(PYTHON3_PATH)" != "x" ]; then $(PYTHON_PATH) grokevt-distutils.py install --install-layout=deb; fi
+ 	$(MAKE) -C doc install
+ 
+ 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/forensics/grokevt.git



More information about the forensics-changes mailing list