From: Debian Med Packaging Team Date: Sat, 29 Jul 2017 08:38:27 +0000 (+0100) Subject: destdir X-Git-Tag: archive/raspbian/1.4.1-3+rpi1~1^2~5 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=00e44a734a0b63297a02b99b5e0bd358cf1744e1;p=bcftools.git destdir Gbp-Pq: Name destdir.patch --- 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