From 7bf4729b69254cd4eb3491ab596e04ff1033050a Mon Sep 17 00:00:00 2001 From: Debian Med Packaging Team Date: Tue, 26 Apr 2016 06:24:50 +0100 Subject: [PATCH] destdir Gbp-Pq: Name destdir.patch --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 25fb54d..936dda9 100644 --- a/Makefile +++ b/Makefile @@ -57,7 +57,7 @@ ifdef USE_GPL GSL_LIBS = -lgsl -lgslcblas endif -prefix = /usr/local +prefix = /usr exec_prefix = $(prefix) bindir = $(exec_prefix)/bin libdir = $(exec_prefix)/lib @@ -65,7 +65,7 @@ libexecdir = $(exec_prefix)/libexec mandir = $(prefix)/share/man man1dir = $(mandir)/man1 -plugindir = $(libexecdir)/bcftools +plugindir ?= $(libexecdir)/bcftools pluginpath = $(plugindir) MKDIR_P = mkdir -p -- 2.30.2