From 640913d221c5ad1c8394156d726d3a8db0aa1568 Mon Sep 17 00:00:00 2001 From: Debian Med Packaging Team Date: Sat, 29 Jul 2017 10:40:04 +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