diff options
Diffstat (limited to 'testing/sqsh/APKBUILD')
-rw-r--r-- | testing/sqsh/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/sqsh/APKBUILD b/testing/sqsh/APKBUILD index 73bf07a84c..29d727fd9b 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 |