From 00e44a734a0b63297a02b99b5e0bd358cf1744e1 Mon Sep 17 00:00:00 2001 From: Debian Med Packaging Team Date: Sat, 29 Jul 2017 09:38:27 +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