Sophie

Sophie

distrib > Fedora > 13 > x86_64 > by-pkgid > 6916af6444f565ce4b08f207a29886d6 > files > 1

opensips-1.6.4-4.fc13.src.rpm

From 00b0bc763dd3830d066b32aecc233ec4a39241f7 Mon Sep 17 00:00:00 2001
From: John Khvatov <ivaxer@sgu.ru>
Date: Wed, 22 Dec 2010 23:14:09 +0300
Subject: replaced install-modules by install-modules-all in install target
 - fixes modules documentation installation


Signed-off-by: John Khvatov <ivaxer@gmail.com>
---
 Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile b/Makefile
index 136f450..8ec96ef 100644
--- a/Makefile
+++ b/Makefile
@@ -437,7 +437,7 @@ install-app: app mk-install-dirs install-cfg install-bin \
 install-modules-all: install-modules install-modules-doc
 
 # Install everything (except modules-docbook?)
-install: install-app install-console install-modules
+install: install-app install-console install-modules-all
 
 
 .PHONY: dbschema
-- 
1.7.3.2