aboutsummaryrefslogtreecommitdiff
path: root/patches
diff options
context:
space:
mode:
authorrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2007-05-03 19:50:11 +0000
committerrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2007-05-03 19:50:11 +0000
commitc9b4ade096263774ad6a71aea90b4d979ff8775d (patch)
treeadc7d8d7473dbef23e5d080ea0fe40b78e7c4ee6 /patches
parent63d05c8383bb117fd0de6e1e16c3e66c1c90a8f7 (diff)
downloadslackbuilds-c9b4ade096263774ad6a71aea90b4d979ff8775d.tar.gz
slackbuilds-c9b4ade096263774ad6a71aea90b4d979ff8775d.tar.bz2
patches/libwpd: URL update
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1209 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'patches')
-rwxr-xr-xpatches/libwpd/libwpd.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/libwpd/libwpd.SlackBuild b/patches/libwpd/libwpd.SlackBuild
index b59d7934..812a0b19 100755
--- a/patches/libwpd/libwpd.SlackBuild
+++ b/patches/libwpd/libwpd.SlackBuild
@@ -60,7 +60,7 @@ ERROR_PATCH=40
RTOOL="wget"
PACKAGE_EXT="gz"
SRC="$PACKAGE-$VERSION.tar.$PACKAGE_EXT"
-URL="http://easynews.sourceforge.net/libwpd/$SRC"
+URL="http://easynews.sourceforge.net/sourceforge/libwpd/$SRC"
if [ "$RTOOL" == "wget" ] && [ ! -f "$SRC_DIR/$SRC" ]; then
wget "$URL" -O "$SRC_DIR/$SRC" || exit $ERROR_WGET