[Pkg-ocaml-maint-commits] [SCM] Debian packaging for coccinelle branch, master, updated. debian/1.0.0_rc11.deb-1-14-ge1f61b4
Eugeniy Meshcheryakov
eugen at debian.org
Mon Apr 9 17:33:15 UTC 2012
The following commit has been merged in the master branch:
commit 1833af320ee6a6970256c93181ce2f1e9264d64f
Author: Eugeniy Meshcheryakov <eugen at debian.org>
Date: Mon Apr 9 17:02:18 2012 +0200
Set sysconfdir to /etc
diff --git a/debian/rules b/debian/rules
index 2786a89..3b8b0c2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,7 @@ COCCI_FLAGS = BYTECODE_STATIC="" MANDIR=/usr/share/man
VIM_ADIR = $(CURDIR)/debian/coccinelle/usr/share/vim/addons
VIM_RDIR = $(CURDIR)/debian/coccinelle/usr/share/vim/registry
-COMMON_CONFIG = --prefix=/usr --enable-release
+COMMON_CONFIG = --prefix=/usr --sysconfdir=/etc --enable-release
ifeq ($(OCAML_NATDYNLINK),yes)
CONFIG_FLAGS = $(COMMON_CONFIG)
--
Debian packaging for coccinelle
More information about the Pkg-ocaml-maint-commits
mailing list