summaryrefslogtreecommitdiffstats
path: root/misc/zaptel/zaptel.SlackBuild
diff options
context:
space:
mode:
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