summaryrefslogtreecommitdiffstats
path: root/source/d/distcc/distcc.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/d/distcc/distcc.SlackBuild')
-rwxr-xr-xsource/d/distcc/distcc.SlackBuild8
1 files changed, 3 insertions, 5 deletions
diff --git a/source/d/distcc/distcc.SlackBuild b/source/d/distcc/distcc.SlackBuild
index 9286548d9..66e606169 100755
--- a/source/d/distcc/distcc.SlackBuild
+++ b/source/d/distcc/distcc.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=distcc
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
@@ -122,11 +122,9 @@ if [ ! "$LIBDIRSUFFIX" = "" ]; then
)
fi
-# pkgdocdir=/usr/doc/distcc-$VERSION
+# Install distccmon-gnome.desktop:
mkdir -p $PKG/usr/share/applications
-( cd $PKG/usr/share/applications
- ln -sf /usr/share/distcc/distccmon-gnome.desktop .
-)
+cat gnome/distccmon-gnome.desktop > $PKG/usr/share/applications/distccmon-gnome.desktop
for file in $PKG/etc/distcc/* ; do
mv $file ${file}.new