[Pkg-ocaml-maint-commits] r1709 -
trunk/packages/mldonkey/trunk/debian
Jeroen van Wolffelaar
jeroen at costa.debian.org
Tue Aug 30 09:37:39 UTC 2005
Author: jeroen
Date: 2005-08-30 09:37:39 +0000 (Tue, 30 Aug 2005)
New Revision: 1709
Modified:
trunk/packages/mldonkey/trunk/debian/mldonkey-server.postinst
Log:
Fix simple shell syntax error in postinst
Modified: trunk/packages/mldonkey/trunk/debian/mldonkey-server.postinst
===================================================================
--- trunk/packages/mldonkey/trunk/debian/mldonkey-server.postinst 2005-08-30 09:37:14 UTC (rev 1708)
+++ trunk/packages/mldonkey/trunk/debian/mldonkey-server.postinst 2005-08-30 09:37:39 UTC (rev 1709)
@@ -216,7 +216,7 @@
fi
if [ -n "$password" ]; then
- if [ -e "$new_mldonkey_dir/users.ini" ]
+ if [ -e "$new_mldonkey_dir/users.ini" ]; then
$DEBUG && echo -n "Creating backup of $new_mldonkey_dir/users.ini: "
/bin/cp -p -f "$new_mldonkey_dir/users.ini" "$new_mldonkey_dir/users.ini.dpkg"
$DEBUG && echo "done."
More information about the Pkg-ocaml-maint-commits
mailing list