[med-svn] [repeatmasker-recon] 01/02: udpate paths

Olivier Sallou osallou at debian.org
Sat Aug 22 07:13:29 UTC 2015


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

osallou pushed a commit to branch patch-queue/master
in repository repeatmasker-recon.

commit 4edeb8de65a0e84d6256b76a5c21bfdec20f7162
Author: Olivier Sallou <osallou at debian.org>
Date:   Fri Aug 21 21:02:20 2015 +0000

    udpate paths
    
    
    Gbp-Pq: Name 0001-udpate-paths.patch
---
 scripts/recon.pl | 2 +-
 src/Makefile     | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/scripts/recon.pl b/scripts/recon.pl
index a3a3f97..634e8af 100755
--- a/scripts/recon.pl
+++ b/scripts/recon.pl
@@ -1,6 +1,6 @@
 #! /usr/bin/perl
 
-$path = "";
+$path = "/usr/bin";
 
 if (!$path) {
     die "Please modifiy this script to specify the path to the binaries.\n";
diff --git a/src/Makefile b/src/Makefile
index 3b709c1..da1fb7c 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -5,7 +5,7 @@ VERSION = 1.08
 
 ## where you want things installed
 BINDIR  = ../bin
-MANDIR  = $(HOME)/man
+MANDIR  = ../
 
 ## sourcefiles
 #SRCDIR = .
@@ -18,7 +18,7 @@ CC = gcc
 #  -pedantic clashes with -DMEMDEBUG??
 #
 #CFLAGS = -g -Wall -pedantic
-CFLAGS = -O
+CFLAGS += -O
 #CFLAGS = -g
 #CFLAGS = -TARG:exc_max -64 -Ofast=ip27   #specific SGI Origin200  compiler#
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/repeatmasker-recon.git



More information about the debian-med-commit mailing list