summaryrefslogtreecommitdiffstats
path: root/misc/zaptel/zaptel.SlackBuild
diff options
context:
space:
mode:
author Alan Hicks <alan@lizella.net>2010-05-11 22:24:35 +0200
committer Robby Workman <rworkman@slackbuilds.org>2010-05-11 22:24:35 +0200
commit1b1bf5e961ecf1b76feb8877ab36d3620f972ffb (patch)
treef425b900b587eab421e2bf46f81c9b907f473a7c /misc/zaptel/zaptel.SlackBuild
parent3f6f3b2bcfa3d9e5583a96cda15a72469e7f11b0 (diff)
downloadslackbuilds-1b1bf5e961ecf1b76feb8877ab36d3620f972ffb.tar.gz
slackbuilds-1b1bf5e961ecf1b76feb8877ab36d3620f972ffb.tar.xz
misc/zaptel: Updated for version 1.4.11
Diffstat (limited to 'misc/zaptel/zaptel.SlackBuild')
-rw-r--r--misc/zaptel/zaptel.SlackBuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/misc/zaptel/zaptel.SlackBuild b/misc/zaptel/zaptel.SlackBuild
index 7c0b3bb5ca..eaf612107c 100644
--- a/misc/zaptel/zaptel.SlackBuild
+++ b/misc/zaptel/zaptel.SlackBuild
@@ -25,7 +25,7 @@
set -e
PRGNAM="zaptel"
-VERSION="1.4.6"
+VERSION="1.4.11"
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -66,6 +66,10 @@ chown -R root:root $PKG/usr/doc
mv $PKG/usr/share/man $PKG/usr/man
gzip -9 $PKG/usr/man/man?/*.?
+# Add this directory. zaptel/asterisk will complain if it
+# is not present
+mkdir -p $PKG/var/lock/subsys
+
# Don't clobber config file and init script
mv $PKG/etc/zaptel.conf $PKG/etc/zaptel.conf.new
install -m 0755 $CWD/rc.zaptel $PKG/etc/rc.d/rc.zaptel.new