From 8295462c2dbec505749282d5521cbfc6173827f6 Mon Sep 17 00:00:00 2001 From: Debian Med Packaging Team Date: Wed, 19 Jul 2017 10:00:08 +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 f7be5fe..375ab48 100644 --- a/Makefile +++ b/Makefile @@ -70,7 +70,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 @@ -78,7 +78,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