summaryrefslogtreecommitdiff
path: root/contrib/suse/bbstored.in
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/suse/bbstored.in')
-rw-r--r--contrib/suse/bbstored.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/suse/bbstored.in b/contrib/suse/bbstored.in
index e8c74278..26776f4b 100644
--- a/contrib/suse/bbstored.in
+++ b/contrib/suse/bbstored.in
@@ -29,7 +29,7 @@
#
# Check for missing binaries (stale symlinks should not happen)
-BBSTORED_BIN=@bindir_expanded@/bbstored
+BBSTORED_BIN=@sbindir_expanded@/bbstored
if [ ! -x $BBSTORED_BIN ] ; then
echo "$BBSTORED_BIN not installed"
exit 5