aboutsummaryrefslogtreecommitdiff
path: root/gnome
diff options
context:
space:
mode:
Diffstat (limited to 'gnome')
-rwxr-xr-xgnome/gnome-doc-utils/gnome-doc-utils.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnome/gnome-doc-utils/gnome-doc-utils.SlackBuild b/gnome/gnome-doc-utils/gnome-doc-utils.SlackBuild
index eb90004b..a96ff7e5 100755
--- a/gnome/gnome-doc-utils/gnome-doc-utils.SlackBuild
+++ b/gnome/gnome-doc-utils/gnome-doc-utils.SlackBuild
@@ -61,7 +61,7 @@ if [ "$RTOOL" == "wget" ]; then
if [ ! -f "$SRC_DIR/$SRC" ]; then
wget "$URL" -O "$SRC_DIR/$SRC" || exit $ERROR_WGET
fi
- if [ ! -f "$SRC_DIR/$SRC" ]; then
+ if [ ! -f "$SRC_DIR/$MD5" ]; then
wget "$MD5_URL" -O "$SRC_DIR/$MD5" || exit $ERROR_WGET
fi
fi