X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail-yx0-f182.google.com (mail-yx0-f182.google.com [209.85.213.182]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id B5DABC51B82 for ; Wed, 25 May 2011 20:18:40 +0000 (UTC) Received: by yxl31 with SMTP id 31so155078yxl.13 for ; Wed, 25 May 2011 20:01:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:from:to:cc:subject:date:message-id:x-mailer; bh=iyxKXsf3VlP5KbCAgO1qxnYIzeLhd+gD3hXUZATDI9Y=; b=Y7t9yM4Sl/IlVvUnF6jE6rBIHWv/kRyikxCmY/EbD0k2KciZnsA3/p7zUoLUEmzehV puSiSaNgKSZTBZvz/tK+jqwYgprvwQQhiJZsbn9rMXX2gbx0dtdh9vXrfNjf9rln+k4c YdkdCspillEQ63b68+25P3cWEYkb60F7iswA0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer; b=AIdXBhe5aIaA01zXR3V9XjOMSYdPCSg8BYldOLpALmh+5+gqat31OGIO1K+/uRpaMk T9ZBnySelEU4kqqR2ZtM3vgGWwyuI30yylkUH3Q0Nost0+k/bbkvx/HIGwah4OtohLFL ErHlsl4e8zxLBK2X92QWlopKcg/tDRaBdn0F4= Received: by 10.151.102.20 with SMTP id e20mr416962ybm.22.1306378894518; Wed, 25 May 2011 20:01:34 -0700 (PDT) Received: from localhost.localdomain (209.250.132.162.tor.pathcom.com [209.250.132.162]) by mx.google.com with ESMTPS id k17sm298642ybg.0.2011.05.25.20.01.33 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 25 May 2011 20:01:33 -0700 (PDT) From: Jeff Bilyk To: alpine-devel@lists.alpinelinux.org Cc: Jeff Bilyk Subject: [alpine-devel] [PATCH 1/2] testing/sqsh: set proper sysconfdir Date: Wed, 25 May 2011 22:58:21 -0400 Message-Id: <1306378702-16419-1-git-send-email-jbilyk@gmail.com> X-Mailer: git-send-email 1.7.5.1 X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: testing/sqsh: set proper sysconfdir --- testing/sqsh/APKBUILD | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/testing/sqsh/APKBUILD b/testing/sqsh/APKBUILD index 73bf07a..29d727f 100644 --- a/testing/sqsh/APKBUILD +++ b/testing/sqsh/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: pkgname=sqsh pkgver=2.1.7 -pkgrel=0 +pkgrel=1 pkgdesc="Sybase iSQL replacement" url="http://www.sqsh.org" arch="all" @@ -30,6 +30,7 @@ build() { SYBASE=/usr export SYBASE ./configure --prefix=/usr \ + --sysconfdir=/etc \ --mandir=/usr/share/doc \ # --with-x \ --with-readline -- 1.7.5.1 --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---