summaryrefslogtreecommitdiffstats
path: root/system/mongodb/doinst.sh
diff options
context:
space:
mode:
author Miguel De Anda2013-06-17 09:21:26 +0200
committer Niels Horn2013-06-23 02:32:39 +0200
commitcf10ac5081a6817842912983eaa9bd2c94c2aac9 (patch)
tree090ef433075a40c6f795d934754c3356394a8811 /system/mongodb/doinst.sh
parentdac114f8783449a78c782be769a137de7b4073c3 (diff)
downloadslackbuilds-cf10ac5081a6817842912983eaa9bd2c94c2aac9.tar.gz
system/mongodb: Updated for version 2.4.4.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/mongodb/doinst.sh')
-rw-r--r--system/mongodb/doinst.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/mongodb/doinst.sh b/system/mongodb/doinst.sh
index 5b311f0a98..d68b4fc8e8 100644
--- a/system/mongodb/doinst.sh
+++ b/system/mongodb/doinst.sh
@@ -10,7 +10,7 @@ config() {
fi
# Otherwise, we leave the .new copy for the admin to consider...
}
-
+
preserve_perms() {
NEW="$1"
OLD="$(dirname $NEW)/$(basename $NEW .new)"