projects
/
bcftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f50b4e9
)
destdir
author
Debian Med Packaging Team
<debian-med-packaging@lists.alioth.debian.org>
Tue, 26 Apr 2016 05:24:50 +0000
(06:24 +0100)
committer
Afif Elghraoui
<afif@debian.org>
Tue, 26 Apr 2016 05:24:50 +0000
(06:24 +0100)
Gbp-Pq: Name destdir.patch
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 25fb54d5127eb58ea8303129d11fbc8c7498a8e0..936dda9f99890182a2c6b0cb1821d43fb2c4b821 100644
(file)
--- 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