summaryrefslogtreecommitdiffstats
path: root/icedtea-web
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2017-07-21 19:02:50 +0000
committer Eric Hameleers <alien@slackware.com>2017-07-21 19:02:50 +0000
commit9d099ca2f3e8cf575484994da49b3bb61d394524 (patch)
tree89f41b3a604eed496ed598d4b36917c308b0eb77 /icedtea-web
parentd9f12ca06b53f82379bcb5bf28b807ccffd61ce9 (diff)
downloadasb-9d099ca2f3e8cf575484994da49b3bb61d394524.tar.gz
asb-9d099ca2f3e8cf575484994da49b3bb61d394524.tar.xz
icedtea-web: fix the sysconfdir (should be /etc)
Diffstat (limited to 'icedtea-web')
-rwxr-xr-xicedtea-web/build/icedtea-web.SlackBuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/icedtea-web/build/icedtea-web.SlackBuild b/icedtea-web/build/icedtea-web.SlackBuild
index 2fdaf912..1588261b 100755
--- a/icedtea-web/build/icedtea-web.SlackBuild
+++ b/icedtea-web/build/icedtea-web.SlackBuild
@@ -94,6 +94,7 @@ LDFLAGS="$SLKLDFLAGS" \
--mandir=/usr/man \
--infodir=/usr/info \
--docdir=/usr/doc/$PKGNAM-$VERSION \
+ --sysconfdir=/etc/ \
--with-jdk-home=/usr/lib${LIBDIRSUFFIX}/java \
--with-jre-home=/usr/lib${LIBDIRSUFFIX}/java/jre \
--with-pkgversion=$(cat /etc/slackware-version |tr ' ' '-')-$ARCH \