summaryrefslogtreecommitdiffstats
path: root/network
diff options
context:
space:
mode:
author Chris Walker <kris240376@gmail.com>2017-01-21 23:49:13 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-01-24 07:22:51 +0700
commitbffdd064039454db14f0d142feeb9bb6b13d4464 (patch)
tree60ba6962f6d2586b5f28575d41ea13ab5a4cd223 /network
parent0c7bb70f39b0f174b092dac78216b25421e87215 (diff)
downloadslackbuilds-bffdd064039454db14f0d142feeb9bb6b13d4464.tar.gz
slackbuilds-bffdd064039454db14f0d142feeb9bb6b13d4464.tar.xz
network/hylafax+: Fix path.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r--network/hylafax+/config.local.in6
-rw-r--r--network/hylafax+/hylafax+.SlackBuild2
2 files changed, 4 insertions, 4 deletions
diff --git a/network/hylafax+/config.local.in b/network/hylafax+/config.local.in
index 6b5fcb8e43..9c9d8a33c5 100644
--- a/network/hylafax+/config.local.in
+++ b/network/hylafax+/config.local.in
@@ -64,7 +64,7 @@ DIR_SPOOL="/var/spool/hylafax" # directory for spooling area
DIR_SBIN="/usr/sbin" # directory for system apps
#DIR_LOCKS="/usr/spool/locks" # directory for UUCP lock files
#FONTMAP="/usr/share/ghostscript/3.33" # directorys containing Fontmap files
-#PATH_AFM="/usr/lib/@LIBDIRSUFFIX@/DPS/AFM" # directorys for AFM files
+#PATH_AFM="/usr/lib@LIBDIRSUFFIX@/DPS/AFM" # directorys for AFM files
#
# HTML-specific parameters; only used when the
@@ -94,10 +94,10 @@ SYSUID="root" # user ID for system installs
#PATH_GETTY="/etc/getty" # pathname of suitable getty program
#PATH_VGETTY="/bin/vgetty" # pathname of voice getty program
#PATH_EGETTY="/bin/egetty" # pathname of external getty program
-#PATH_SENDMAIL="/usr/lib/@LIBDIRSUFFIX@/sendmail" # pathname of suitable sendmail program
+#PATH_SENDMAIL="/usr/lib@LIBDIRSUFFIX@/sendmail" # pathname of suitable sendmail program
PATH_GSRIP="/usr/bin/gs" # pathname of Ghostscript-based RIP
#PATH_DPSRIP="/var/spool/hylafax/bin/ps2fax.exe" # pathname of DPS-based RIP
-#PATH_IMPRIP="/usr/lib/@LIBDIRSUFFIX@/print/psrip" # pathname of Impressario 2.1 RIP
+#PATH_IMPRIP="/usr/lib@LIBDIRSUFFIX@/print/psrip" # pathname of Impressario 2.1 RIP
#MANSCHEME="sysv-source-cat-strip" # manual page installation scheme
SYSVINIT="auto" # install SysV-style init support (auto|yes|no)
DIR_SYSVINIT="/etc/rc.d" # location of SysV-style init script
diff --git a/network/hylafax+/hylafax+.SlackBuild b/network/hylafax+/hylafax+.SlackBuild
index 51620ab5d3..e9be8c8f50 100644
--- a/network/hylafax+/hylafax+.SlackBuild
+++ b/network/hylafax+/hylafax+.SlackBuild
@@ -25,7 +25,7 @@
PRGNAM=hylafax+
SRCNAM=hylafax
VERSION=${VERSION:-5.5.8}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then