diff options
Diffstat (limited to 'source/l/dconf')
-rwxr-xr-x | source/l/dconf/dconf.SlackBuild | 2 | ||||
-rw-r--r-- | source/l/dconf/doinst.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/source/l/dconf/dconf.SlackBuild b/source/l/dconf/dconf.SlackBuild index 7696405a..561f6a34 100755 --- a/source/l/dconf/dconf.SlackBuild +++ b/source/l/dconf/dconf.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=dconf VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-2} +BUILD=${BUILD:-3} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then diff --git a/source/l/dconf/doinst.sh b/source/l/dconf/doinst.sh index 5b77efb0..d62af794 100644 --- a/source/l/dconf/doinst.sh +++ b/source/l/dconf/doinst.sh @@ -1,6 +1,6 @@ # Reload messagebus service if [ -x /etc/rc.d/rc.messagebus ]; then - sh /etc/rc.d/rc.messagebus reload + sh /etc/rc.d/rc.messagebus reload 1> /dev/null 2> /dev/null fi # Try to run these. If they fail, no biggie. |