summaryrefslogtreecommitdiffstats
path: root/source/n/ulogd/ulogd.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/n/ulogd/ulogd.SlackBuild')
-rwxr-xr-xsource/n/ulogd/ulogd.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/n/ulogd/ulogd.SlackBuild b/source/n/ulogd/ulogd.SlackBuild
index 1ffd08223..c1709aaf5 100755
--- a/source/n/ulogd/ulogd.SlackBuild
+++ b/source/n/ulogd/ulogd.SlackBuild
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=ulogd
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
NUMJOBS=${NUMJOBS:-" -j7 "}
@@ -103,7 +103,7 @@ cat $CWD/rc.ulogd > $PKG/etc/rc.d/rc.ulogd.new
chmod 0755 $PKG/etc/rc.d/rc.ulogd.new
mkdir -p $PKG/etc/logrotate.d
-cat ulogd.logrotate > $PKG/etc/logrotate.d/ulogd.new
+cat $CWD/ulogd.logrotate > $PKG/etc/logrotate.d/ulogd.new
find $PKG/usr/man -exec gzip -9 {} \;