X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 2D471DC031B for ; Fri, 5 Jul 2013 04:46:13 +0000 (UTC) Received: from compute3.internal (compute3.nyi.mail.srv.osa [10.202.2.43]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id C085720D55 for ; Fri, 5 Jul 2013 00:46:12 -0400 (EDT) Received: from frontend2.nyi.mail.srv.osa ([10.202.2.161]) by compute3.internal (MEProxy); Fri, 05 Jul 2013 00:46:12 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=from:to:subject:date:message-id :in-reply-to:references; s=smtpout; bh=7f8HF3kXYs/lq6wXgMJLgb8uU jM=; b=BOOPlJRgu0nX0wWqqZ7eCQQyVoyK7cUIeAOO2piPdD4Ekc8r0SBRzfCLS dnf0xwitVdXzCBQotpSckKx/6zJFpPd2Dnkl3NK2R1apRTqigJe0E2MCUKUyib3W aX22Qn48xgBzhe7Rxckr1UlfP8igxltOTGOhUQZECR7sorO7uM= X-Sasl-enc: dcljt2YFB5ei6F3F0BQQk7RxfZJFbB0NBe+fVfdPJJKb 1372999572 Received: from localhost (unknown [69.86.161.244]) by mail.messagingengine.com (Postfix) with ESMTPA id 926A0680450 for ; Fri, 5 Jul 2013 00:46:12 -0400 (EDT) From: Dubiousjim To: alpine-devel@lists.alpinelinux.org Subject: [alpine-devel] [PATCH] update-conf: fix version Date: Fri, 5 Jul 2013 00:46:11 -0400 Message-Id: <2a67dff7b8478c32cee33520727afb8d5586b4c8.1372998997.git.dubiousjim@gmail.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: References: X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: --- update-conf.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/update-conf.in b/update-conf.in index 18e4e7d..f287dd9 100644 --- a/update-conf.in +++ b/update-conf.in @@ -2,6 +2,8 @@ PREFIX= +VERSION=@VERSION@ + . $PREFIX/lib/libalpine.sh # set up temp dir -- 1.8.3.1 --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---