summaryrefslogtreecommitdiffstats
path: root/system/mongodb/doinst.sh
diff options
context:
space:
mode:
author Miguel De Anda <miguel@thedeanda.com>2013-06-17 02:21:26 -0500
committer Niels Horn <niels.horn@slackbuilds.org>2013-06-22 21:32:39 -0300
commitcf10ac5081a6817842912983eaa9bd2c94c2aac9 (patch)
tree090ef433075a40c6f795d934754c3356394a8811 /system/mongodb/doinst.sh
parentdac114f8783449a78c782be769a137de7b4073c3 (diff)
downloadslackbuilds-cf10ac5081a6817842912983eaa9bd2c94c2aac9.tar.gz
slackbuilds-cf10ac5081a6817842912983eaa9bd2c94c2aac9.tar.xz
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)"