From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-wi0-x235.google.com ([2a00:1450:400c:c05::235]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1YLD7Y-0001bi-TA for ptxdist@pengutronix.de; Tue, 10 Feb 2015 16:53:05 +0100 Received: by mail-wi0-f181.google.com with SMTP id r20so9925050wiv.2 for ; Tue, 10 Feb 2015 07:52:59 -0800 (PST) From: Oliver Graute Date: Tue, 10 Feb 2015 16:52:35 +0100 Message-Id: <1423583557-2560-3-git-send-email-oliver.graute@neuhaus.de> In-Reply-To: <1423583557-2560-1-git-send-email-oliver.graute@neuhaus.de> References: <1423583557-2560-1-git-send-email-oliver.graute@neuhaus.de> Subject: [ptxdist] [PATCH 3/4] copy mod_ssl.so to right dir Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de Cc: OGR From: OGR Signed-off-by: Oliver Graute --- rules/apache2.make | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rules/apache2.make b/rules/apache2.make index 5739271..29ffb54 100644 --- a/rules/apache2.make +++ b/rules/apache2.make @@ -131,6 +131,8 @@ endif $(PTXCONF_APACHE2_SERVERROOT)/conf/magic) @$(call install_copy, apache2, www, www, 0644, $(APACHE2_PKGDIR)/etc/mime.types, \ $(PTXCONF_APACHE2_SERVERROOT)/conf/mime.types) + @$(call install_copy, apache2, www, www, 0644, $(APACHE2_PKGDIR)/usr/modules/mod_ssl.so, \ + $(PTXCONF_APACHE2_SERVERROOT)/modules/mod_ssl.so) endif -- 1.7.9.5 -- ptxdist mailing list ptxdist@pengutronix.de